projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5471c93
)
Temporarily load empty taks always.
author
Jan Schneider
<jan@horde.org>
Fri, 6 Nov 2009 17:11:15 +0000
(18:11 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 9 Nov 2009 16:08:17 +0000
(17:08 +0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
1c7a5cd
..
96a4813
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-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 {