Temporarily load empty taks always.
authorJan Schneider <jan@horde.org>
Fri, 6 Nov 2009 17:11:15 +0000 (18:11 +0100)
committerJan Schneider <jan@horde.org>
Mon, 9 Nov 2009 16:08:17 +0000 (17:08 +0100)
kronolith/js/kronolith.js

index 1c7a5cd..96a4813 100644 (file)
@@ -1635,7 +1635,7 @@ KronolithCore = {
         };
 
         //this.updateTasklistDropDown();
-        if (id) {
+        if (false && id) {
             RedBox.loading();
             this.doAction('GetTask', { 'list': tasklist, 'id': id }, this._editTask.bind(this));
         } else {