diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-26 16:26:20 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-26 16:26:20 -0400 |
| commit | 261d04bd79edd9174a1b2f3709ce22b100a2e3a4 (patch) | |
| tree | 842b6da3a35115630038417991abbf0e8547f292 /www/js/app.js | |
| parent | 22f9120d544195d30ac115f4e086c6305c1c11dc (diff) | |
I tried, I failed, I succeeded, I failed, I gave up :-p #606
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 4 |
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); }); |
