projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c676300
)
Empty event before setting the text.
author
Jan Schneider
<jan@horde.org>
Mon, 12 Oct 2009 16:54:33 +0000
(18:54 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 12 Oct 2009 17:16:59 +0000
(19:16 +0200)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
be8d453
..
382011e
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-1242,6
+1242,7
@@
KronolithCore = {
_setEventText: function(div, event)
{
+ div.update();
if (event.ic) {
div.insert(new Element('IMG', { 'src': event.ic }));
}