From fabf64411bbdf1f6aa81f3eae31d04bda1dfa3ee Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 15:09:52 -0400 Subject: v bump, log email update --- .DS_Store | Bin 12292 -> 12292 bytes config.xml | 2 +- www/js/LogCtrl.js | 14 +++++++------- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.DS_Store b/.DS_Store index c4d68459..2e8cd8cc 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/config.xml b/config.xml index 7f0553e2..0a2fa945 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + zmNinja High performance ZoneMinder client diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index 808dcbb5..b7be82ba 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -167,13 +167,13 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo } else { // kEmailNotConfigured - $rootScope.zmPopup = SecuredPopups.show('alert', - { - title: $translate.instant('kError'), - template: $translate.instant('kEmailNotConfigured'), - okText: $translate.instant('kButtonOk'), - cancelText: $translate.instant('kButtonCancel'), - }); + $rootScope.zmPopup = SecuredPopups.show('alert', + { + title: $translate.instant('kError'), + template: $translate.instant('kEmailNotConfigured'), + okText: $translate.instant('kButtonOk'), + cancelText: $translate.instant('kButtonCancel'), + }); } -- cgit v1.2.3