Added a 'reminders' section to the premium page

This commit is contained in:
ION606
2022-08-16 14:43:55 -07:00
parent f3b78cc6f0
commit ed3e13a693
4 changed files with 52 additions and 1 deletions
+4
View File
@@ -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();