diff options
-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); |