summaryrefslogtreecommitdiff
path: root/www/js/MomentCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-12-17 13:21:08 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-12-17 13:21:08 -0500
commit6615fdcab69470caf3dcdcf604d9c1c556db03fe (patch)
treea3bf8e527e04b2ebab4462885202c2ed2431ad61 /www/js/MomentCtrl.js
parent08b4d9e0872b3f11f2b73e3198f9caeb32804055 (diff)
#876 more logical naming
Diffstat (limited to 'www/js/MomentCtrl.js')
-rw-r--r--www/js/MomentCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js
index 915722dd..d2a4936f 100644
--- a/www/js/MomentCtrl.js
+++ b/www/js/MomentCtrl.js
@@ -276,7 +276,7 @@ var masonry = null;
"&height=" + moment.Event.thumbHeight * 2;
stream += $rootScope.authSession;
- stream += NVR.insertBasicAuthToken();
+ stream += NVR.insertSpecialTokens();
return stream;
};