diff --git a/static/js/onload.js b/static/js/onload.js index 9d02476..733dfb0 100644 --- a/static/js/onload.js +++ b/static/js/onload.js @@ -46,8 +46,4 @@ $(document).ready(function() { }); Camera.setupCamera(); - - $(document).bind("contextmenu",function(e){ - return false; - }); }); \ No newline at end of file