This commit is contained in:
severak 2020-01-16 00:22:25 +01:00
parent f90ea024e9
commit ae0b2baeec
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@
bonzUrl += '&ref=' + encodeURIComponent(refUrl.hostname + refUrl.pathname);
}
console.log(refUrl.hostname);
var req = new XMLHttpRequest();
req.open("GET", bonzUrl, true);
req.send(null);