summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MonitorModalCtrl.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js
index 4fb320bb..fb751161 100644
--- a/www/js/MonitorModalCtrl.js
+++ b/www/js/MonitorModalCtrl.js
@@ -1026,7 +1026,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$
$ionicLoading.show({
template: $translate.instant('kDone'),
noBackdrop: true,
- duration: 1000
+ duration: 3000
});
NVR.debug("ModalCtrl:Photo saved successfuly");
}
@@ -1035,7 +1035,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$
$ionicLoading.show({
template: $translate.instant('kErrorSave'),
noBackdrop: true,
- duration: 2000
+ duration: 3000
});
NVR.log("Error saving image: " + e);
//console.log("***ERROR");
@@ -1254,6 +1254,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$
} else {
$ionicLoading.hide();
+ //SaveSuccess();
$rootScope.zmPopup = SecuredPopups.show('alert', {
title: $translate.instant('kNote'),