10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-10-02 22:40:59 +02:00

Use getAllSelect function

This commit is contained in:
Mickaël Véril 2020-05-18 18:22:54 +02:00
parent 28d1da9943
commit 31c534b9f5

View File

@ -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) => {