From da48c504975617bceb9191a06229d5c730f335f8 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 10 May 2019 11:37:32 -0400 Subject: general cleanup, also object notes tweaks, removed authSession undefined foo --- www/js/MomentCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MomentCtrl.js') diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 06294a16..b749837a 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -273,7 +273,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ "&width=" + moment.Event.thumbWidth * 2 + "&height=" + moment.Event.thumbHeight * 2; - if ($rootScope.authSession != 'undefined') stream += $rootScope.authSession; + stream += $rootScope.authSession; stream += NVR.insertBasicAuthToken(); return stream; -- cgit v1.2.3