Skip to content

Commit

Permalink
22.2.15 Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Feb 15, 2022
1 parent 0b37982 commit 9bcafd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Debug/script/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,8 @@ InitDialog = async function () {
}
if (arfn.length) {
arfn.sort(function (a, b) {
a = a.replace(/\..*/, "");
b = b.replace(/\..*/, "");
return a - b || a.localeCompare(b);
});
const px = screen.deviceYDPI / 3;
Expand Down
2 changes: 1 addition & 1 deletion Debug/script/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ g_.updateJSONURL = "https://api.github.com/repos/tablacus/TablacusExplorer/relea

AboutTE = function (n) {
if (n == 0) {
return te.Version < 20220212 ? te.Version : 20220214;
return te.Version < 20220212 ? te.Version : 20220215;
}
if (n == 1) {
const v = AboutTE(0);
Expand Down

0 comments on commit 9bcafd2

Please sign in to comment.