summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-01 16:54:08 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-01 16:54:08 -0400
commit6fa6a975130f75ff693aad00a9a6da354c1d14e9 (patch)
treed32057dc4fbbf159c935dff9029307ed761345f5
parent2ac77eebd8a6b089b0989f850cc4d7616a8bdf85 (diff)
typo
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index b291516c..4fc2e42d 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -2479,7 +2479,7 @@ angular.module('zmApp.controllers')
/* videoURL = event.Event.baseURL + "/events/" + event.Event.relativePath + event.Event.DefaultVideo;*/
videoURL = event.Event.baseURL + "/index.php?view=view_video&eid=" + event.Event.Id;
if ($rootScope.authSession != 'undefined') videoURL +=$rootScope.authSession;
- vidoeURL+=NVRDataModel.insertBasicAuthToken();
+ videoURL+=NVRDataModel.insertBasicAuthToken();
console.log("************** VIDEO IS " + videoURL);