diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-10-31 14:20:01 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-10-31 14:20:01 -0400 |
| commit | 140b1ef1a7b110178aebe17334353fa803d2ede7 (patch) | |
| tree | b5dd5d457b63abcc6cff3742d76ba0c8b5e85b8b /www/js/NVR.js | |
| parent | d6a0a698ea53413643f439dcaa945b5a7c4ad095 (diff) | |
#857 flush cache when switching servers
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index eb3ba08e..0d1a9bd2 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -21,7 +21,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.3.079"; + var zmAppVersion = "1.3.080"; var zmAPIVersion = null; var isBackground = false; var justResumed = false; @@ -349,6 +349,7 @@ angular.module('zmApp.controllers') } function delete_all_caches() { + debug ('CACHE: Flushing all network API caches...'); return localforage.removeItem('cached_monitors') .then ( function () {return localforage.removeItem('cached_api_version');}) .then ( function () {return localforage.removeItem('cached_multi_servers');}) |
