summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 77df01e7..bcfe67c0 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2337,7 +2337,7 @@ angular.module('zmApp', [
},
function (err) {
//console.log ("*** Inside native HTTP error: "+JSON.stringify(err));
- NVRDataModel.debug ("*** Native HTTP error: "+JSON.stringify(err));
+
d.reject(err);
return d.promise;
});