summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-26 16:26:20 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-26 16:26:20 -0400
commit261d04bd79edd9174a1b2f3709ce22b100a2e3a4 (patch)
tree842b6da3a35115630038417991abbf0e8547f292 /www/js/app.js
parent22f9120d544195d30ac115f4e086c6305c1c11dc (diff)
I tried, I failed, I succeeded, I failed, I gave up :-p #606
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 0d1aa741..1258464f 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -107,7 +107,7 @@ angular.module('zmApp', [
thumbWidth:200,
alarmStatusTime: 10000,
eventServerErrorDelay:5000, // time to wait till I report initial connect errors
-
+ zmVersionCheckNag: 15 * 24 // in hrs
})
@@ -916,7 +916,7 @@ angular.module('zmApp', [
function doLogoutAndLogin(str) {
return NVRDataModel.logout()
- .finally(function(ans) {
+ .then(function(ans) {
doLogin(str);
});