ngx prep ⏭

This commit is contained in:
Jokob-sk
2024-03-24 10:38:02 +11:00
parent 7f3938715c
commit 046022e2ea
6 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ function versionUpdateUI(){
isNewVersion = getCookie("isNewVersion")
console.log(isNewVersion)
// console.log(isNewVersion)
// if the release_timestamp is older by 10 min or more as the build timestamp then there is a new release available
if(isNewVersion != "false")

View File

@@ -1095,6 +1095,7 @@ var sessionStorageKey = "myScriptExecuted_pialert_common";
// Clearing all the caches
function clearCache()
{
showSpinner()
resetInitializedFlag()
window.location.reload()
}