projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2998c67
)
update(), not setText().
author
Jan Schneider
<jan@horde.org>
Tue, 28 Apr 2009 13:06:39 +0000
(15:06 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 28 Apr 2009 13:06:39 +0000
(15:06 +0200)
kronolith/js/src/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/src/kronolith.js
b/kronolith/js/src/kronolith.js
index
e3e1316
..
7963ab9
100644
(file)
--- a/
kronolith/js/src/kronolith.js
+++ b/
kronolith/js/src/kronolith.js
@@
-895,7
+895,7
@@
KronolithCore = {
_setEventText: function(div, event)
{
- div.
setText
(event.t);
+ div.
update
(event.t);
if (event.a) {
div.insert(' ')
.insert(new Element('IMG', { 'src': Kronolith.conf.URI_IMG + 'alarm-' + event.fg.substr(1) + '.png', 'title': Kronolith.text.alarm + ' ' + event.a }));