Remove unused form pointer.
authorJan Schneider <jan@horde.org>
Fri, 13 Nov 2009 11:05:15 +0000 (12:05 +0100)
committerJan Schneider <jan@horde.org>
Mon, 16 Nov 2009 12:24:45 +0000 (13:24 +0100)
kronolith/js/kronolith.js

index 664b050..e075a0a 100644 (file)
@@ -17,7 +17,7 @@ var frames = { horde_main: true },
 KronolithCore = {
     // Vars used and defaulting to null/false:
     //   DMenu, Growler, inAjaxCallback, is_logout, onDoActionComplete,
-    //   eventForm, daySizes, viewLoading
+    //   daySizes, viewLoading
 
     view: '',
     ecache: $H(),
@@ -1713,7 +1713,6 @@ KronolithCore = {
 
         this.setTitle(task.n);
         RedBox.showHtml($('kronolithTaskDialog').show());
-        this.eventForm = RedBox.getWindowContents();
     },
 
     /**
@@ -2400,7 +2399,6 @@ KronolithCore = {
             $('kronolithEventEndDate').setValue(d.toString(Kronolith.conf.date_format));
             $('kronolithEventEndTime').setValue(d.toString(Kronolith.conf.time_format));
             RedBox.showHtml($('kronolithEventDialog').show());
-            this.eventForm = RedBox.getWindowContents();
         }
     },
 
@@ -2580,7 +2578,6 @@ KronolithCore = {
 
         this.setTitle(ev.t);
         RedBox.showHtml($('kronolithEventDialog').show());
-        this.eventForm = RedBox.getWindowContents();
     },
 
     /**
@@ -2617,7 +2614,6 @@ KronolithCore = {
     _closeRedBox: function()
     {
         RedBox.close();
-        this.eventForm = null;
     },
 
     /* Onload function. */