Home Forums WordPress Plugins Hide My WP content.js line 21

This topic is: not resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25924
    b8engl
    Post count: 84
    if (allowInjection) {
        storageGet(["docId", "data", "enabled", "whitelist"], (elems)=>{
            const {docId, data, enabled = true, whitelist = {}} = elems || {};
            if (inWhiteList(whitelist) || !data){
                return;
            }
            storageElems = elems;
            if (enabled) {
                overrideMethods(docId, JSON.parse(data));
            } else {
                restoreMethods(docId, JSON.parse(data));
            }
        });
    }
    #25927
    Suman M.
    Post count: 12478

    Hi, can you please let us know the detailed error message that you are getting? Also, please try emptying out “Ajax URL” field in HMWP Permalinks & urls tab.

    #25943
    b8engl
    Post count: 84

    The field is empty! And why I need to disable something that I paid for? Disabling the function takes the purpose of the plugin…

    #25951
    Suman M.
    Post count: 12478

    To check if it’s conflicting with this feature. And you still did not provide us with the detailed error message. Or else let us know your page url where we can see this error. Thanks!

    #25956
    b8engl
    Post count: 84
    This reply has been marked as private.
    #25959
    Suman M.
    Post count: 12478
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.