projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d17d45
)
m.type will always be horde.alarm here
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Feb 2010 22:58:30 +0000
(15:58 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Feb 2010 22:58:30 +0000
(15:58 -0700)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
a22ed8a
..
17c1393
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-134,9
+134,8
@@
KronolithCore = {
if (this.alarms.indexOf(alarm.id) != -1) {
break;
}
- if (m.type == 'horde.alarm') {
- this.alarms.push(alarm.id);
- }
+
+ this.alarms.push(alarm.id);
message = alarm.title.escapeHTML();
if (!Object.isUndefined(alarm.ajax)) {