Skip to content

Commit

Permalink
20.10.2 Adjusted: Blink project
Browse files Browse the repository at this point in the history
  • Loading branch information
tablacus committed Oct 2, 2020
1 parent 635e883 commit 282457f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Debug/script/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,6 @@ InitOptions = function () {

SetOnChangeHandler();
AddEventEx(window, "beforeunload", function () {
alert("unload");
for (var i in g_.elAddons) {
try {
var w = g_.elAddons[i].contentWindow;
Expand Down
2 changes: 1 addition & 1 deletion Debug/script/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if (g_.IEVer < 10) {

AboutTE = function (n) {
if (n == 0) {
return te.Version < 20201001 ? te.Version : 20201001;
return te.Version < 20201001 ? te.Version : 20201002;
}
if (n == 1) {
var v = AboutTE(0);
Expand Down

0 comments on commit 282457f

Please sign in to comment.