anti click droit
This commit is contained in:
parent
f91f3aee77
commit
105533fb2d
File diff suppressed because one or more lines are too long
@ -1,24 +1,10 @@
|
||||
/*!
|
||||
* Sizzle CSS Selector Engine v2.3.6
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://js.foundation/
|
||||
*
|
||||
* Date: 2021-02-16
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.6.0
|
||||
* jQuery JavaScript Library v3.7.1
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2021-03-02T17:08Z
|
||||
* Date: 2023-08-28T13:37Z
|
||||
*/
|
||||
|
@ -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;
|
||||
|
||||
});
|
||||
|
||||
});
|
15300
web/themes/custom/popsu/package-lock.json
generated
15300
web/themes/custom/popsu/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user