Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'next-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Mar 25, 2018
2 parents ab9836d + c249b02 commit bb8e021
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 18 deletions.
5 changes: 5 additions & 0 deletions versions/c1pjs/1.61.0/c1p-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2135,6 +2135,11 @@ class Web {
link.click();
document.body.removeChild(link);
sAlert = 'Check your Downloads folder for ' + sFileName + '.';
if (Web.isUserAgent("Chrome")) {
sAlert += '\n\nIn Chrome, after clicking OK, you may ALSO have to select the "Window" menu, choose "Downloads", and then locate this download and select "Keep".';
sAlert += '\n\nThis is part of Chrome\'s "Security By Jumping Through Extra Hoops" technology, which is much easier for Google to implement than actually checking for something malicious.';
sAlert += '\n\nAnd for the record, there is nothing malicious on the PCjs website.';
}
} else {
window.open(sURI);
sAlert = 'Check your browser for a new window/tab containing the requested data' + (sFileName? (' (' + sFileName + ')') : '') + '.';
Expand Down
2 changes: 1 addition & 1 deletion versions/c1pjs/1.61.0/c1p.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions versions/pc8080/1.61.0/pc8080-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2425,6 +2425,11 @@ class Web {
link.click();
document.body.removeChild(link);
sAlert = 'Check your Downloads folder for ' + sFileName + '.';
if (Web.isUserAgent("Chrome")) {
sAlert += '\n\nIn Chrome, after clicking OK, you may ALSO have to select the "Window" menu, choose "Downloads", and then locate this download and select "Keep".';
sAlert += '\n\nThis is part of Chrome\'s "Security By Jumping Through Extra Hoops" technology, which is much easier for Google to implement than actually checking for something malicious.';
sAlert += '\n\nAnd for the record, there is nothing malicious on the PCjs website.';
}
} else {
window.open(sURI);
sAlert = 'Check your browser for a new window/tab containing the requested data' + (sFileName? (' (' + sFileName + ')') : '') + '.';
Expand Down
2 changes: 1 addition & 1 deletion versions/pc8080/1.61.0/pc8080.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions versions/pdpjs/1.61.0/pdp10-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2425,6 +2425,11 @@ class Web {
link.click();
document.body.removeChild(link);
sAlert = 'Check your Downloads folder for ' + sFileName + '.';
if (Web.isUserAgent("Chrome")) {
sAlert += '\n\nIn Chrome, after clicking OK, you may ALSO have to select the "Window" menu, choose "Downloads", and then locate this download and select "Keep".';
sAlert += '\n\nThis is part of Chrome\'s "Security By Jumping Through Extra Hoops" technology, which is much easier for Google to implement than actually checking for something malicious.';
sAlert += '\n\nAnd for the record, there is nothing malicious on the PCjs website.';
}
} else {
window.open(sURI);
sAlert = 'Check your browser for a new window/tab containing the requested data' + (sFileName? (' (' + sFileName + ')') : '') + '.';
Expand Down
2 changes: 1 addition & 1 deletion versions/pdpjs/1.61.0/pdp10.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions versions/pdpjs/1.61.0/pdp11-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -2653,6 +2653,11 @@ class Web {
link.click();
document.body.removeChild(link);
sAlert = 'Check your Downloads folder for ' + sFileName + '.';
if (Web.isUserAgent("Chrome")) {
sAlert += '\n\nIn Chrome, after clicking OK, you may ALSO have to select the "Window" menu, choose "Downloads", and then locate this download and select "Keep".';
sAlert += '\n\nThis is part of Chrome\'s "Security By Jumping Through Extra Hoops" technology, which is much easier for Google to implement than actually checking for something malicious.';
sAlert += '\n\nAnd for the record, there is nothing malicious on the PCjs website.';
}
} else {
window.open(sURI);
sAlert = 'Check your browser for a new window/tab containing the requested data' + (sFileName? (' (' + sFileName + ')') : '') + '.';
Expand Down
28 changes: 14 additions & 14 deletions versions/pdpjs/1.61.0/pdp11.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion versions/pdpjs/1.61.0/pdp11.js.map

Large diffs are not rendered by default.

0 comments on commit bb8e021

Please sign in to comment.