need to turn off this line to enable new jquery

This commit is contained in:
ali asaria 2014-09-13 02:03:20 -04:00
parent c319e56609
commit 29bca82aa9

View file

@ -870,7 +870,7 @@ $('#eraser').draggable(
);
//disable image dragging
window.ondragstart = function() { return false; };
//window.ondragstart = function() { return false; };
});