summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/NVR.js3
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;