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