mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Use getAllSelect function
This commit is contained in:
parent
28d1da9943
commit
31c534b9f5
@ -341,7 +341,7 @@ draft: false
|
||||
doiCache.clear()
|
||||
processingIndicator.isActive = true
|
||||
window.filtData = window.dats
|
||||
$('#form_dat > fieldset > fieldset > div > select').each(function () {
|
||||
getAllSelect().each(function () {
|
||||
const prop = $(this).attr("name")
|
||||
const values = $(this).val()
|
||||
window.filtData = window.filtData.filter((d) => {
|
||||
|
Loading…
Reference in New Issue
Block a user