Display home after successfully synchronisation

This commit is contained in:
Benjamin Renard 2014-01-19 14:54:43 +01:00
parent 0b8d66fbf5
commit 2bbf0e3ae6

View file

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