Hide navbar after sync btn click
This commit is contained in:
parent
fd422f0643
commit
ff1f865fce
1 changed files with 1 additions and 0 deletions
|
@ -475,6 +475,7 @@ on_valid_login_modal=function(e) {
|
|||
* Sync
|
||||
********************/
|
||||
on_click_sync_btn=function(e) {
|
||||
navbar_collapse_hide();
|
||||
if (user) {
|
||||
pleaseWaitShow();
|
||||
sync_server.sync(user.server, user.email, user.password, groups.export(),
|
||||
|
|
Loading…
Reference in a new issue