diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-23 11:26:45 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-23 11:26:45 -0400 |
| commit | 4552c0bb6746cf4b11625465700dd748f895c6ff (patch) | |
| tree | 63d5e90f8f84e7408cbe312cd7732355c595f847 /www/js | |
| parent | 0651aca67592f6513f7d4ff36367966b4e3d1cab (diff) | |
remove logs
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/NVR.js | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
