From 6de8f8dd665b5b119b8e99710e316e95d7873129 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 Jan 2013 10:20:53 +0100 Subject: Disable collapse. --- proto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3