Display home after successfully synchronisation
Benjamin Renard

Benjamin Renard commited on 2014-01-19 13:54:43
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -521,6 +521,7 @@ on_click_sync_btn=function(e) {
521 521
         groups.save();
522 522
         refresh_group_list();
523 523
         pleaseWaitHide();
524
+        view_home();
524 525
         alert('Groupes synchronisés');
525 526
       }
526 527
       else {
527 528