mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Put all kind of TBE first
This commit is contained in:
parent
3a72177129
commit
a6d32ba6df
@ -240,7 +240,7 @@ draft: false
|
|||||||
op=$("<option/>", {
|
op=$("<option/>", {
|
||||||
value: JSON.stringify(el)
|
value: JSON.stringify(el)
|
||||||
}).text(el[1])
|
}).text(el[1])
|
||||||
if(el[1].name=="TBE"){
|
if(el[1].name.includes("TBE")){
|
||||||
$(sel_ref).prepend(op)
|
$(sel_ref).prepend(op)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user