diff --git a/assets/Features/REMINDER_FORM.png b/assets/Features/REMINDER_FORM.png new file mode 100644 index 0000000..6105122 Binary files /dev/null and b/assets/Features/REMINDER_FORM.png differ diff --git a/main.js b/main.js index c4e2ff6..c451f07 100644 --- a/main.js +++ b/main.js @@ -152,7 +152,7 @@ app.get('/getChannels', async (req, res) => { }); -app.get('/temp.html', async (req, res) => { return res.sendFile('temp.html', { root: '.' }); }); +// app.get('/temp.html', async (req, res) => { return res.sendFile('temp.html', { root: '.' }); }); //Headers: servernumber, sessionid app.post('/setCurrentServer', async (req, res) => { diff --git a/newCalEvent.html b/newCalEvent.html index bc47df2..09fe6aa 100644 --- a/newCalEvent.html +++ b/newCalEvent.html @@ -203,6 +203,10 @@ if (xhr.response == "OK") { //make sure the opened window isn't a popup if (window.opener.opener == null) { window.opener.location.reload(); } + else { + window.opener.opener.location.reload(); + window.opener.location.reload(); + } alert("Saved!"); window.close(); diff --git a/premium.html b/premium.html index fe30f11..fba2b8e 100644 --- a/premium.html +++ b/premium.html @@ -293,6 +293,53 @@ +
+
Have Selmer Bot remind you about your upcoming events!
+ + Features: +