From 9037897c7538ba21f7ab3dae899e6f573925eba8 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 12 Oct 2009 18:54:33 +0200 Subject: [PATCH] Empty event before setting the text. --- kronolith/js/kronolith.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index be8d4531c..382011eff 100644 --- 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 })); } -- 2.11.0