mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +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);
|
||||
var data = $("#data")
|
||||
$(data).empty();
|
||||
if (window.filt.length > 0) {
|
||||
var sets = await getSets()
|
||||
for (const doi of doiCache.keys()) {
|
||||
|
Loading…
Reference in New Issue
Block a user