mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +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/>", {
|
||||
value: JSON.stringify(el)
|
||||
}).text(el[1])
|
||||
if(el[1].name=="TBE"){
|
||||
if(el[1].name.includes("TBE")){
|
||||
$(sel_ref).prepend(op)
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user