Page 1 of 1

Disable Right Click

Posted: Thu Dec 02, 2010 7:56 pm
by cmangano
Is there a way to disable the menu from popping up when a user right clicks the page?

Re: Disable Right Click

Posted: Fri Dec 03, 2010 3:17 am
by FTP
You just need to modify the html file "webclient/main.html", comment out the code: document.oncontextmenu=function(){ ... }(from line 2367 perhaps), though any modification of scripts are not recommended.

Re: Disable Right Click

Posted: Fri Dec 03, 2010 7:33 pm
by cmangano
Great, thank you!