bug fixes

This commit is contained in:
Piyush मिश्रः 2021-05-11 22:36:13 +05:30
parent cef173b990
commit 03ab0e0b71
1 changed files with 0 additions and 4 deletions

View File

@ -46,8 +46,4 @@ $(document).ready(function() {
}); });
Camera.setupCamera(); Camera.setupCamera();
$(document).bind("contextmenu",function(e){
return false;
});
}); });