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

Fix basis sort

This commit is contained in:
Mickaël Véril 2020-10-09 10:32:02 +02:00
parent 13ea1361c2
commit 2d9492471f

View File

@ -288,7 +288,7 @@ draft: false
return -1
}
else if (b === "aug-cc-pVTZ") {
return -1
return 1
}
else {
return a.localeCompare(b)