From 56a79c13ce6b10b28c8b65b60592524755bc3c71 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 26 Mar 2016 15:41:03 -0400 Subject: tweaks to timers Former-commit-id: 4352446fb2eb2a1fd4de962447fdec56a85f9ac1 --- www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') 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 -- cgit v1.2.3