projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf40d9d
)
This element won't exist if the event is a detached recurrence.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Aug 2010 17:08:21 +0000
(13:08 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Aug 2010 17:08:21 +0000
(13:08 -0400)
Love it when no JS errors are thrown for stuff like this...
kronolith/js/edit.js
patch
|
blob
|
history
diff --git
a/kronolith/js/edit.js
b/kronolith/js/edit.js
index
46ab960
..
0e14e81
100644
(file)
--- a/
kronolith/js/edit.js
+++ b/
kronolith/js/edit.js
@@
-515,8
+515,9
@@
var KronolithEdit =
{
this.updateWday('start');
this.updateWday('end');
- this.updateWday('recur_end');
-
+ if ($('recur_end_wday')) {
+ this.updateWday('recur_end');
+ }
$('eventform').observe('click', this.clickHandler.bindAsEventListener(this));
$('eventform').observe('change', this.changeHandler.bindAsEventListener(this));
$('eventform').observe('keypress', this.keypressHandler.bindAsEventListener(this));