Benjamin Renard commited on 2014-01-17 23:23:00
Showing 1 changed files, with 1 additions and 0 deletions.
... | ... |
@@ -475,6 +475,7 @@ on_valid_login_modal=function(e) { |
475 | 475 |
* Sync |
476 | 476 |
********************/ |
477 | 477 |
on_click_sync_btn=function(e) { |
478 |
+ navbar_collapse_hide(); |
|
478 | 479 |
if (user) { |
479 | 480 |
pleaseWaitShow(); |
480 | 481 |
sync_server.sync(user.server, user.email, user.password, groups.export(), |
481 | 482 |