mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
Added a 'reminders' section to the premium page
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user