mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Fix delete all #data child when reload
This commit is contained in:
parent
2bff0d3190
commit
2666707914
@ -264,6 +264,7 @@ draft: false
|
|||||||
}
|
}
|
||||||
$(sel_ref).prop("selectedIndex", 0);
|
$(sel_ref).prop("selectedIndex", 0);
|
||||||
var data = $("#data")
|
var data = $("#data")
|
||||||
|
$(data).empty();
|
||||||
if (window.filt.length > 0) {
|
if (window.filt.length > 0) {
|
||||||
var sets = await getSets()
|
var sets = await getSets()
|
||||||
for (const doi of doiCache.keys()) {
|
for (const doi of doiCache.keys()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user