diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-17 10:20:53 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-17 10:20:53 +0100 |
commit | 6de8f8dd665b5b119b8e99710e316e95d7873129 (patch) | |
tree | 006273668c1f4b6b8b636c0785b9c15ee998b09d | |
parent | d42038cc4c65c1ab1a71b2c7d71f949d22d3346b (diff) |
Disable collapse.
-rw-r--r-- | proto.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |