From 55e7c73a313010b49bd1442e6d5caaeff2678dbc Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 15 Oct 2022 11:21:58 -0400 Subject: [PATCH] Minor grammar fix, irrelevant --- HTML/myGuilds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTML/myGuilds.html b/HTML/myGuilds.html index a1bb8a6..81cf407 100644 --- a/HTML/myGuilds.html +++ b/HTML/myGuilds.html @@ -58,8 +58,8 @@ function getSessionData() { return new Promise((resolve, reject) => { var xhrsess = new XMLHttpRequest(); - // xhrsess.open('post', 'https://www.selmerbot.com/getSessionInfo/', true); - xhrsess.open('post', 'http://localhost:53134/getSessionInfo/', true); + xhrsess.open('post', 'https://www.selmerbot.com/getSessionInfo/', true); + // xhrsess.open('post', 'http://localhost:53134/getSessionInfo/', true); xhrsess.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8'); xhrsess.setRequestHeader('session', window.localStorage.getItem('sessionId'));