summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-17 10:20:53 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-17 10:20:53 +0100
commit6de8f8dd665b5b119b8e99710e316e95d7873129 (patch)
tree006273668c1f4b6b8b636c0785b9c15ee998b09d
parentd42038cc4c65c1ab1a71b2c7d71f949d22d3346b (diff)
Disable collapse.
-rw-r--r--proto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.js b/proto.js
index 9be3101..87d2e7b 100644
--- a/proto.js
+++ b/proto.js
@@ -189,7 +189,7 @@ try {
task.name = "task";
task.setAttribute("class", "task");
task.setAttribute("ondblclick", "editTitle(this, event)");
- task.setAttribute("onclick", "showHideChildren(this, event)");
+ //task.setAttribute("onclick", "showHideChildren(this, event)");
task.setAttribute("ondrop", "drop(this, event)");
task.setAttribute("ondragover", "return false");
task.setAttribute("draggable", true);