I couldn't find a doAction() call, but updateWday seemed to be missing...
authorChuck Hagenbuch <chuck@horde.org>
Tue, 4 Jan 2011 21:09:18 +0000 (16:09 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 4 Jan 2011 21:09:18 +0000 (16:09 -0500)
nag/js/calendar.js

index c68b69c..ea76beb 100644 (file)
@@ -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)