From 4552c0bb6746cf4b11625465700dd748f895c6ff Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 23 Aug 2019 11:26:45 -0400 Subject: remove logs --- www/js/NVR.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js') diff --git a/www/js/NVR.js b/www/js/NVR.js index d73a6a0f..07774b83 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -2974,7 +2974,7 @@ angular.module('zmApp.controllers') $rootScope.authSession = '&token='+loginData.accessToken; d.resolve("Login success via access token"); - console.log ("**************** TOKEN SET="+$rootScope.authSession); +// console.log ("**************** TOKEN SET="+$rootScope.authSession); if (!noBroadcast) $rootScope.$broadcast('auth-success', '' ); return d.promise; } @@ -3370,6 +3370,7 @@ angular.module('zmApp.controllers') myurl = myurl + '/Notes REGEXP:detected:'; } + myurl = myurl + ".json?&sort=StartTime&direction=desc&page=" + pageId + $rootScope.authSession; -- cgit v1.2.3