summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-10-10 19:09:22 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-10-10 19:09:22 -0400
commit1a12e26804decbadee1aca3f2cec666eac18de0a (patch)
treeb7d1b7467ad168ce28c7499c673c4e27d65287da /www/js/NVR.js
parent0711179c6e1104f4e1954c7a0685f40ed25c0851 (diff)
add promise to loadMore and add app version
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js1
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;