From 5c8c6fd3e5c80e76875f18d8009dc7769faa471b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 8 Jul 2019 17:00:15 -0400 Subject: #830 bug fix --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 7c2aeb34..08331872 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1117,7 +1117,7 @@ angular.module('zmApp', [ _doLogin(""); } else { - NVR.debug ('We will relogin every '+timeInterval/1000+' seconds, token supported='+ld.isTokenSupported) + NVR.debug ('We will relogin every '+timeInterval/1000+' seconds, token supported='+ld.isTokenSupported); zmAutoLoginHandle = $interval(function () { _doLogin(""); }, timeInterval); -- cgit v1.2.3