From 1a12e26804decbadee1aca3f2cec666eac18de0a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 10 Oct 2020 19:09:22 -0400 Subject: add promise to loadMore and add app version --- www/js/NVR.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/NVR.js') 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; -- cgit v1.2.3