Skip to content

Commit

Permalink
22.3.4 Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Mar 4, 2022
1 parent 04012ba commit b8c5b91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Debug/script/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ g_.IconChg = [

AboutTE = function (n) {
if (n == 0) {
return te.Version < 20220302 ? te.Version : 20220302;
return te.Version < 20220302 ? te.Version : 20220304;
}
if (n == 1) {
const v = AboutTE(0);
Expand Down
6 changes: 0 additions & 6 deletions Debug/script/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1209,12 +1209,6 @@ AddonOptions = async function (Id, fn, Data, bNew) {
return;
}
if (!ui_.elAddons[Id]) {
if (!/location\.html$/.test(sURL)) {
opt.event.onload = function () {
AddRule(".ok, .cancel { display: none }");
el.contentWindow.g_Inline = true;
}
}
te.Arguments = opt;
const el = document.createElement('iframe');
el.id = 'panel1_' + Id;
Expand Down

0 comments on commit b8c5b91

Please sign in to comment.