summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);