projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6abd25
)
Activate alarm if picking a notification method.
author
Jan Schneider
<jan@horde.org>
Thu, 4 Nov 2010 20:53:57 +0000
(21:53 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 4 Nov 2010 21:01:08 +0000
(22:01 +0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
d2464d8
..
7784724
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-4580,8
+4580,10
@@
KronolithCore = {
(elt.name == 'event_alarms[]' ||
elt.name == 'task[alarm_methods][]')) {
if (elt.name == 'event_alarms[]') {
+ $('kronolithEventAlarmOn').setValue(1);
$('kronolithEventAlarmDefaultOff').setValue(1);
} else {
+ $('kronolithTaskAlarmOn').setValue(1);
$('kronolithTaskAlarmDefaultOff').setValue(1);
}
if ($(elt.id + 'Params')) {