10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Put all kind of TBE first

This commit is contained in:
Mickaël Véril 2019-12-18 19:55:00 +01:00
parent 3a72177129
commit a6d32ba6df

View File

@ -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