Skip to content

Commit 6f23ff7

Browse files
authored
Update script.js
1 parent 5fe1193 commit 6f23ff7

File tree

1 file changed

+2
-0
lines changed
  • Client-Side Components/UI Scripts/Prevent right click on portals

1 file changed

+2
-0
lines changed

Client-Side Components/UI Scripts/Prevent right click on portals/script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Prevent right-click on portal for portal pages.
33
This will secure the site code, prevent users from saving images etc.
44
Ideal for high security organisations.
5+
6+
UI Type : Mobile/service portal.
57
*/
68
(function() { // self invoking function
79
document.addEventListener('contextmenu', function(event) {

0 commit comments

Comments
 (0)