We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe1193 commit 6f23ff7Copy full SHA for 6f23ff7
Client-Side Components/UI Scripts/Prevent right click on portals/script.js
@@ -2,6 +2,8 @@
2
Prevent right-click on portal for portal pages.
3
This will secure the site code, prevent users from saving images etc.
4
Ideal for high security organisations.
5
+
6
+UI Type : Mobile/service portal.
7
*/
8
(function() { // self invoking function
9
document.addEventListener('contextmenu', function(event) {
0 commit comments