From 29bca82aa93c2e49e9f64be4f6ab68036b5678b7 Mon Sep 17 00:00:00 2001 From: ali asaria Date: Sat, 13 Sep 2014 02:03:20 -0400 Subject: [PATCH] need to turn off this line to enable new jquery --- client/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/script.js b/client/script.js index 1cbb5bd..af66863 100644 --- a/client/script.js +++ b/client/script.js @@ -870,7 +870,7 @@ $('#eraser').draggable( ); //disable image dragging -window.ondragstart = function() { return false; }; +//window.ondragstart = function() { return false; }; });