From 98d546bad687de8656cc087bc26c1e8d4d3f6d51 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 4 Jan 2011 16:09:18 -0500 Subject: [PATCH] I couldn't find a doAction() call, but updateWday seemed to be missing... --- nag/js/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0