diff --git a/static/js/map.js b/static/js/map.js index 485f8f1..936894b 100644 --- a/static/js/map.js +++ b/static/js/map.js @@ -640,6 +640,7 @@ function close_detail() { close_item_details(); detail_qid = undefined; + update_map_path(); } document.getElementById("load-btn").onclick = load_wikidata_items;