diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-26 15:41:03 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-26 15:41:03 -0400 |
| commit | 56a79c13ce6b10b28c8b65b60592524755bc3c71 (patch) | |
| tree | 8596384688073c0ba0f40bfa102d6fa49b04e8cb /www/js/app.js | |
| parent | b7ecc30ef6a7781e6681accdabfe63cea7a9e9a2 (diff) | |
tweaks to timers
Former-commit-id: 4352446fb2eb2a1fd4de962447fdec56a85f9ac1
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 4 |
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 |
