design reportage photo

This commit is contained in:
2024-06-04 11:47:35 +02:00
parent 105533fb2d
commit 8f0132dfbc
4 changed files with 60 additions and 11 deletions

View File

@@ -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;
});
});
});