Commit 777e0ef9 by Don Mitchell

The other one was too inclusive

parent 565f5f0a
......@@ -60,7 +60,7 @@ $(document).ready(function() {
});
// stop clicks on drag bars from doing their thing w/o stopping drag (did this cancel pointer?)
$('.courseware-overview').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