Commit 8bc9564d by Don Mitchell

clean up note to self

parent 777e0ef9
...@@ -59,7 +59,7 @@ $(document).ready(function() { ...@@ -59,7 +59,7 @@ $(document).ready(function() {
greedy: true greedy: true
}); });
// stop clicks on drag bars from doing their thing w/o stopping drag (did this cancel pointer?) // stop clicks on drag bars from doing their thing w/o stopping drag
$('.drag-handle').click(function(e) {e.preventDefault(); }); $('.drag-handle').click(function(e) {e.preventDefault(); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment