ngx prep ⏭
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1095,6 +1095,7 @@ var sessionStorageKey = "myScriptExecuted_pialert_common";
|
||||
// Clearing all the caches
|
||||
function clearCache()
|
||||
{
|
||||
showSpinner()
|
||||
resetInitializedFlag()
|
||||
window.location.reload()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user