Commit f18618e3 by Christina Roberts

Merge pull request #1482 from MITx/bug/dhm/misc

bug 155
parents 14234c81 8bc9564d
......@@ -59,6 +59,9 @@ $(document).ready(function() {
greedy: true
});
// stop clicks on drag bars from doing their thing w/o stopping drag
$('.drag-handle').click(function(e) {e.preventDefault(); });
});
CMS.HesitateEvent.toggleXpandHesitation = null;
......
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