diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index fa698f48..260ecf47 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -1709,7 +1709,7 @@ angular.module('zmApp.controllers') $ionicLoading.hide(); NVRDataModel.debug("delete output: " + JSON.stringify(data)); - if (data.data.message == 'Error') + if (data.message == 'Error') { $ionicLoading.show( { |
