diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-07-14 18:42:16 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-07-14 18:42:16 -0400 |
| commit | 2bf1cd32031020806001cfa5606a37e9a624cca6 (patch) | |
| tree | 5b89ae422d97079dbb2a029d86d31f945058793a /www/js/app.js | |
| parent | 142b46cacf19bbe8c4deef8492a6392b80e4325d (diff) | |
abstract out loginAPI zm version
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 eb9b48ca..ec757b47 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -103,14 +103,14 @@ angular.module('zmApp', [ maxGifCount2: 100, maxGifWidth: 800.0, quantSample: 15, - hashSecret: 'unused at the moment', forceMontageReloadDelay: 4500000, // 1 hr 15m, //forceMontageReloadDelay: 10000, // testing 10s thumbWidth: 200, alarmStatusTime: 10000, eventServerErrorDelay: 5000, // time to wait till I report initial connect errors zmVersionCheckNag: 60 * 24, // in hrs - waitTimeTillResume: 5 // in sec, for ES error + waitTimeTillResume: 5, // in sec, for ES error + versionWithLoginAPI: "1.31.44" }) |
