fix element name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 28 Jan 2011 05:03:11 +0000 (00:03 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 28 Jan 2011 05:03:11 +0000 (00:03 -0500)
nag/js/calendar.js

index 92b19b2..8a791e5 100644 (file)
@@ -113,8 +113,8 @@ var NagCalendar =
         this.updateWday('due');
         this.updateWday('start');
 
-        $('nag_taskform_active').observe('click', this.clickHandler.bindAsEventListener(this));
-        $('nag_taskform_active').observe('change', this.changeHandler.bindAsEventListener(this));
+        $('nag_form_task_active').observe('click', this.clickHandler.bindAsEventListener(this));
+        $('nag_form_task_active').observe('change', this.changeHandler.bindAsEventListener(this));
     }
 };