diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-01-05 05:41:04 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-01-05 05:41:04 -0500 |
| commit | 62a43669b0db25e1a2adf36f83bf50fab45951f2 (patch) | |
| tree | 98ecb888eb212921dc4a93f2db1b34be77fa36a6 /www | |
| parent | 1718599b6421144404d1cb200e5d9f9bfbb7ff55 (diff) | |
event deletion- addresses #422
Diffstat (limited to 'www')
| -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( { |
