anti click droit
This commit is contained in:
@@ -571,4 +571,28 @@ if($(".programme-878").length > 0){
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
jQuery(document).ready(function () {
|
||||
|
||||
//Disable cut copy paste
|
||||
|
||||
jQuery('body').bind('cut copy paste', function (e) {
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
});
|
||||
|
||||
//Disable mouse right click
|
||||
|
||||
jQuery("body").on("contextmenu",function(e){
|
||||
|
||||
return false;
|
||||
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user