diff --git a/static/main.js b/static/main.js index 1a3d889..bef97ef 100644 --- a/static/main.js +++ b/static/main.js @@ -1383,6 +1383,7 @@ on_sync_local_data_btn_click = function () { pleaseWaitShow(); sync_local_data(function (success) { pleaseWaitHide(); + refresh_location(); }); }; propose_sync_local_data = function () {