projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9cca9
)
I couldn't find a doAction() call, but updateWday seemed to be missing...
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 4 Jan 2011 21:09:18 +0000
(16:09 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 4 Jan 2011 21:09:18 +0000
(16:09 -0500)
nag/js/calendar.js
patch
|
blob
|
history
diff --git
a/nag/js/calendar.js
b/nag/js/calendar.js
index
c68b69c
..
ea76beb
100644
(file)
--- a/
nag/js/calendar.js
+++ b/
nag/js/calendar.js
@@
-34,7
+34,7
@@
var NagCalendar =
$(prefix + '_month').setValue(e.memo.getMonth() + 1);
$(prefix + '_day').setValue(e.memo.getDate());
- this.
doAction(prefix + '_year'
);
+ this.
updateWday(prefix
);
},
updateWday: function(p)