Changeset 2474691
- Timestamp:
- 02/15/2021 05:30:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
disable-right-click-and-content-copy-protection/trunk/drcacc_disable.js
r2473589 r2474691 69 69 } 70 70 var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor); 71 if (elemtype == "IMG" && e.detail >= 2) { show_wpcp_message(alertMsg_IMG);return false;}71 if (elemtype == "IMG" && e.detail >= 2) {return false;} 72 72 if (elemtype != "TEXT") { 73 73 if (isSafari)
Note: See TracChangeset
for help on using the changeset viewer.