mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
Fixed a bug
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@
|
||||
xhr.setRequestHeader('sessionid', window.localStorage.getItem("sessionId"));
|
||||
xhr.onloadend = (e) => {
|
||||
// window.sessionStorage.setItem('serverInfo', (xhr.response));
|
||||
window.location = 'https://www.selmerbot.com/dashboard.html';
|
||||
window.location = 'https://www.selmerbot.com/dashboard';
|
||||
}
|
||||
xhr.send();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user