We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1801286 commit bb5e04aCopy full SHA for bb5e04a
README.md
@@ -9,7 +9,7 @@ you can show an alert
9
10
11
document.addEventListener('contextmenu', function(e){
12
- alert("Sorry, right click is disabled to prevent leakage of confidential functions");
+ alert("Sorry, right click is disabled to prevent leakage of confidential functions");
13
e.preventDefault();
14
});
15
0 commit comments