Update map path after item detail close

This commit is contained in:
Edward Betts 2021-05-15 14:16:21 +02:00
parent f11b440b3f
commit e8a2ac4c39
1 changed files with 1 additions and 0 deletions

View File

@ -640,6 +640,7 @@ function close_detail() {
close_item_details();
detail_qid = undefined;
update_map_path();
}
document.getElementById("load-btn").onclick = load_wikidata_items;