hi ! Hello,
I do not have the adroll plugin installed on my test(https://test.ishausa.org) site. However I keep seeing the following script error (google tells me that this is related to the adroll plugin). I am not able to locate the exact source of this error. Can you please point me to some file / DB table that may have the source code listed below ?
window.onload = function(){
__adroll_loaded=true;
var scr = document.createElement(“
Uncaught SyntaxError: Unexpected token ILLEGAL
script”);
var host = ((“https:” == document.location.protocol) ? “
https://s.adroll.com” : “https://a.adroll.com”);
scr.setAttribute(‘async’, ‘true’);
scr.type = “text/javascript”;
scr.src = host + “/j/roundtrip.js”;
document.documentElement.
firstChild.appendChild(scr);
if(oldonload){oldonload()}};
}());
error