diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-26 12:40:26 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-26 12:40:26 -0500 |
| commit | f07c8bc52aed011ecadcb9ef0e2bc45b6d492a4a (patch) | |
| tree | 67f87fc8da934b9179226fa86daaaa8bc919e184 /www/js/app.js | |
| parent | ba041c5c2cf52d8757dcd8ecb089fca713c52f5c (diff) | |
removed force saving in LoginCtrl on menu toggle
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index f01fd11f..bc7dac2b 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -954,7 +954,7 @@ angular.module('zmApp', [ // first try to login, if it works, good // else try to do reachability - console.log(">>>>>>>>>>>> CALLING DO LOGIN"); + //console.log(">>>>>>>>>>>> CALLING DO LOGIN"); proceedWithLogin() .then(function (success) { |
