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