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

Merge branch 'master' into QUEST5

This commit is contained in:
Mickaël Véril 2020-09-09 18:24:13 +02:00
commit 5855e33834

View File

@ -439,9 +439,9 @@ draft: false
} else if (!d1.method.isTBE && d2.method.isTBE) {
return 1
} else if (d1.method.isTBE && d2.method.isTBE) {
if (d1.method.name === "TBE(FC)" && d2.method.name === "TBE") {
if (d1.method.name === "TBE" && d2.method.name === "TBE(Full)") {
return -1
} else if (d1.method.name === "TBE" && d2.method.name === "TBE(FC)") {
} else if (d1.method.name === "TBE(Full)" && d2.method.name === "TBE") {
return 1
}
else {