mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Fix basis sort
This commit is contained in:
parent
13ea1361c2
commit
2d9492471f
@ -288,7 +288,7 @@ draft: false
|
||||
return -1
|
||||
}
|
||||
else if (b === "aug-cc-pVTZ") {
|
||||
return -1
|
||||
return 1
|
||||
}
|
||||
else {
|
||||
return a.localeCompare(b)
|
||||
|
Loading…
Reference in New Issue
Block a user