From: Chuck Hagenbuch Date: Tue, 4 Jan 2011 21:09:18 +0000 (-0500) Subject: I couldn't find a doAction() call, but updateWday seemed to be missing... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=98d546bad687de8656cc087bc26c1e8d4d3f6d51;p=horde.git I couldn't find a doAction() call, but updateWday seemed to be missing... --- diff --git a/nag/js/calendar.js b/nag/js/calendar.js index c68b69cb1..ea76beb4e 100644 --- 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)