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

bug 155
This commit is contained in:
Christina Roberts
2013-02-11 13:46:20 -08:00

View File

@@ -58,6 +58,9 @@ $(document).ready(function() {
drop: onSectionReordered,
greedy: true
});
// stop clicks on drag bars from doing their thing w/o stopping drag
$('.drag-handle').click(function(e) {e.preventDefault(); });
});