From 2bf1cd32031020806001cfa5606a37e9a624cca6 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 14 Jul 2018 18:42:16 -0400 Subject: abstract out loginAPI zm version --- www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') 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" }) -- cgit v1.2.3