• You have a bug inside your file …\plugins\ultimate-product-catalogue\js\upcp-jquery-functions.js.?You redefined the global method for Array.prototype.compare and forgot to add a check for the first parameter. It should look like this

    Array.prototype.compare = function(testArr) {
        if (!testArr) { return false; }
        //...
    }
    
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug’ is closed to new replies.