diff --git a/client/script.js b/client/script.js index e7fe575..277198e 100644 --- a/client/script.js +++ b/client/script.js @@ -839,8 +839,8 @@ $('#eraser').draggable( } ); - - +//disable image dragging +window.ondragstart = function() { return false; } });