design reportage photo
This commit is contained in:
@@ -577,6 +577,8 @@ if($(".programme-878").length > 0){
|
||||
});
|
||||
|
||||
|
||||
////////// disable click droit souris
|
||||
|
||||
jQuery(document).ready(function () {
|
||||
|
||||
//Disable cut copy paste
|
||||
@@ -589,10 +591,11 @@ jQuery(document).ready(function () {
|
||||
|
||||
//Disable mouse right click
|
||||
|
||||
jQuery("body").on("contextmenu",function(e){
|
||||
jQuery("img").on("contextmenu",function(e){
|
||||
|
||||
return false;
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user