Plugin Directory

Changeset 2474691


Ignore:
Timestamp:
02/15/2021 05:30:36 AM (5 years ago)
Author:
immeet94
Message:

fix the bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • disable-right-click-and-content-copy-protection/trunk/drcacc_disable.js

    r2473589 r2474691  
    6969        }
    7070        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;}
    7272        if (elemtype != "TEXT") {
    7373            if (isSafari)
Note: See TracChangeset for help on using the changeset viewer.