1
0
Fork 0

Disabled browser context menu on right click

This commit is contained in:
Michaël Lemaire 2015-02-28 01:00:00 +01:00
parent 432a598675
commit 6a007817a3

View file

@ -27,6 +27,7 @@
<script>
var currentWindowOnload = window.onload;
window.oncontextmenu = function (e) { e.preventDefault(); }
window.onload = function () {
<!-- build:remove -->
if (currentWindowOnload) {