From 2bbf0e3ae6135d6927da796998cbe2e536a32d08 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 19 Jan 2014 14:54:43 +0100 Subject: [PATCH] Display home after successfully synchronisation --- inc/myco.js | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/myco.js b/inc/myco.js index 2525f05..88c0531 100644 --- a/inc/myco.js +++ b/inc/myco.js @@ -521,6 +521,7 @@ on_click_sync_btn=function(e) { groups.save(); refresh_group_list(); pleaseWaitHide(); + view_home(); alert('Groupes synchronisés'); } else {