|
|
|
|
|
by bierjunge
1381 days ago
|
|
Thanks for the answer. I'm no webdev, but deleting this line will fix it. <script> (function(w,n) {
if (typeof(w[n]) == 'undefined'){ob=n+'Obj';w[ob]=[];w[n]=function(){w[ob].push(arguments);};
d=document.createElement('script');d.type = 'text/javascript';d.async=1;
d.src='https://s3.amazonaws.com/provely-public/w/provely-2.0.js';x=...}
})(window, 'provelys', '');
provelys('config', 'baseUrl', 'app.provely.io');
provelys('config', 'https', 1);
provelys('data', 'campaignId', '6555');
provelys('config', 'widget', 1); </script> If a guy like me, without any experience in JS can find it in less than a minute, it shouldn't be a problem for you to fix it. |
|