mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 06:14:38 +01:00
Merge branch 'master' into QUEST5
This commit is contained in:
commit
5855e33834
@ -439,9 +439,9 @@ draft: false
|
|||||||
} else if (!d1.method.isTBE && d2.method.isTBE) {
|
} else if (!d1.method.isTBE && d2.method.isTBE) {
|
||||||
return 1
|
return 1
|
||||||
} else if (d1.method.isTBE && d2.method.isTBE) {
|
} 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
|
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
|
return 1
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user