forked from edward/owl-map
Show search and IsA card during Wikidata item load
This commit is contained in:
parent
be182d26d6
commit
f0e12c194c
|
@ -510,6 +510,7 @@ function load_wikidata_items() {
|
||||||
checkbox_change();
|
checkbox_change();
|
||||||
|
|
||||||
close_item_details();
|
close_item_details();
|
||||||
|
search_and_isa.classList.remove("d-none");
|
||||||
detail_card.classList.add("d-none");
|
detail_card.classList.add("d-none");
|
||||||
loading.classList.remove("d-none");
|
loading.classList.remove("d-none");
|
||||||
load_text.classList.add("d-none");
|
load_text.classList.add("d-none");
|
||||||
|
|
Loading…
Reference in a new issue