mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-20 04:36:43 +00:00
Don't reload page if version changed
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@
|
||||
if (self.info.version) {
|
||||
if (self.info.version != data.version) {
|
||||
console.log("New version", data.version)
|
||||
window.location.reload()
|
||||
//window.location.reload()
|
||||
}
|
||||
}
|
||||
self.info = data
|
||||
|
||||
Reference in New Issue
Block a user