summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 26a3a92d..8f299b51 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -763,7 +763,7 @@ angular.module('zmApp', [
function (error)
// login to main failed, so try others
{
- ZMDataModel.getReachableConfig()
+ ZMDataModel.getReachableConfig(true)
.then (function (data)
{
proceedWithLogin()
@@ -1327,7 +1327,7 @@ angular.module('zmApp', [
//cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
// solves screen bouncing on form input
// since I am using JS Scroll
- //cordova.plugins.Keyboard.disableScroll(true);
+ cordova.plugins.Keyboard.disableScroll(true);
}
if (window.StatusBar) {
// org.apache.cordova.statusbar required