summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-01 09:42:57 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-01 09:42:57 -0400
commit5ffe5f21ca125b257a7ee50d495346b39fe09a52 (patch)
tree765751c0901b8d31290044332ab19ddd4d33cc88 /www/js
parentfca9434de5456e2956bfabede0b412fbc206e2a1 (diff)
typos
Diffstat (limited to 'www/js')
-rw-r--r--www/js/EventCtrl.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 666f7c7f..b291516c 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -3183,7 +3183,7 @@ angular.module('zmApp.controllers')
return stream;
- }
+ };
$scope.constructAlarmFrame = function(event, alarm, motion) {
var stream = "";
@@ -3195,8 +3195,7 @@ angular.module('zmApp.controllers')
}
else if (event.Event.imageMode=='path') {
- st
- ream = event.Event.baseURL+
+ stream = event.Event.baseURL+
"/index.php?view=image&path=" +event.Event.relativePath +
motion? alarm.aname:alarm.fname +
"&height=380";