From 49b9108c84d8ba10bfaaadf148b1ea7164938784 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 1 Jul 2020 10:12:26 -0400 Subject: ver --- www/js/MonitorCtrl.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'www/js') diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 637998df..49df2435 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -157,13 +157,12 @@ angular.module('zmApp.controllers') $rootScope.zmPopup = $ionicPopup.show({ scope: $scope, cssClass:'widepopup', - template: '' - +$translate.instant('kMotionEnabled')+'' - +'' - +$translate.instant('kForceMjpeg')+''+ - '
' - +$translate.instant('kChangeMode') - +'
{{item.text}} ', + template: ''+ + $translate.instant('kMotionEnabled')+''+ + ''+ + $translate.instant('kForceMjpeg')+''+ + '
'+ + '
{{item.text}} ', title: $translate.instant('kChangeSettingsFor') + ' ' + monitorName, -- cgit v1.2.3