This commit is contained in:
ION606
2022-07-31 14:32:59 +03:00
parent 10d16b8f6c
commit 02f953ea01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
xhr.open('post', 'http://www.selmerbot.com/getServer/', true);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
xhr.setRequestHeader('serverNumber', guilds[i].id);
xhr.onloadend = (e) => { window.localStorage.setItem('serverInfo', (xhr.response)); window.location = 'http://www.selmerbot.com//dashboard.html'; }
xhr.onloadend = (e) => { window.localStorage.setItem('serverInfo', (xhr.response)); window.location = 'http://www.selmerbot.com/dashboard.html'; }
xhr.send();
}
} else {