From 5ffe5f21ca125b257a7ee50d495346b39fe09a52 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 1 May 2018 09:42:57 -0400 Subject: typos --- www/js/EventCtrl.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/js/EventCtrl.js') 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"; -- cgit v1.2.3