Empty event before setting the text.
authorJan Schneider <jan@horde.org>
Mon, 12 Oct 2009 16:54:33 +0000 (18:54 +0200)
committerJan Schneider <jan@horde.org>
Mon, 12 Oct 2009 17:16:59 +0000 (19:16 +0200)
kronolith/js/kronolith.js

index be8d453..382011e 100644 (file)
@@ -1242,6 +1242,7 @@ KronolithCore = {
 
     _setEventText: function(div, event)
     {
+        div.update();
         if (event.ic) {
             div.insert(new Element('IMG', { 'src': event.ic }));
         }