diff options
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 301091a6..e695649d 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -3807,6 +3807,7 @@ angular.module('zmApp.controllers') $http.get(myurl /*,{timeout:15000}*/ ) .then(function (data) { data = data.data; +// console.log (data); if (loadingStr != 'none') $ionicLoading.hide(); //myevents = data.events; |
