diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-17 10:23:31 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-17 10:23:31 +0100 |
commit | e87791c091088446f1c56ef573bcbe13bc8d9c20 (patch) | |
tree | 99d41a6872153ae651895622c3a0368dd082cddc | |
parent | 6de8f8dd665b5b119b8e99710e316e95d7873129 (diff) |
Dummy change.
-rw-r--r-- | proto.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -273,6 +273,7 @@ function deleteTask(id) { function drag(target, e) { e.dataTransfer.setData('Text', target.id); + e.stopPropagation(); // <--- this fixes the drag target problem } |