]> git.mjollnir.org Git - moodle.git/commitdiff
formslib dates: MDL-16592 Take out copy-and-paste snafu
authortjhunt <tjhunt>
Mon, 16 Mar 2009 07:47:01 +0000 (07:47 +0000)
committertjhunt <tjhunt>
Mon, 16 Mar 2009 07:47:01 +0000 (07:47 +0000)
lib/javascript-static.js

index a8f8843985c7470298c8251bdf43db6ca7d86c6e..791a00475f0d9a9839c28559293151cd35d01bf4 100644 (file)
@@ -516,10 +516,6 @@ date_selector_calendar.release_current = function() {
     }
 }
 
-date_selector_calendar.prototype.focus_event = function(e, me) {
-    
-}
-
 date_selector_calendar.prototype.focus_event = function(e, me) {
     date_selector_calendar.cancel_any_timeout();
     if (me.enablecheckbox == null || me.enablecheckbox.checked) {