diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-01 09:42:57 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-01 09:42:57 -0400 |
| commit | 5ffe5f21ca125b257a7ee50d495346b39fe09a52 (patch) | |
| tree | 765751c0901b8d31290044332ab19ddd4d33cc88 /www/js/EventCtrl.js | |
| parent | fca9434de5456e2956bfabede0b412fbc206e2a1 (diff) | |
typos
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 5 |
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"; |
