summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index 1da2f83d..4bf04285 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -138,6 +138,7 @@ function addhttp(url) {
},
function (error) {
$ionicLoading.hide();
+ ZMDataModel.zmLog("Settings check error: " +JSON.stringify(error),"error");
//alert("Error string" + JSON.stringify(error));
$ionicPopup.show({
@@ -155,6 +156,7 @@ function addhttp(url) {
title: 'Error Details',
template: JSON.stringify(error)
});
+
}
}
]