Refreshing the settings page cache #663

This commit is contained in:
jokob-sk
2024-05-03 08:10:39 +10:00
parent 0b6071a272
commit 95fd7435d2
3 changed files with 50 additions and 17 deletions

View File

@@ -782,7 +782,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {
window.onbeforeunload = null;
// Reloads the current page
setTimeout("window.location.reload()", 3000);
setTimeout("clearCache()", 5000);
}
});