Start using HTTPS to access all archived files
This commit is contained in:
parent
b14a21e0c2
commit
85a63ca1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
if (i < 0) i = pdf.indexOf(' ');
|
if (i < 0) i = pdf.indexOf(' ');
|
||||||
if (i > 0) pdf = pdf.substr(0, i);
|
if (i > 0) pdf = pdf.substr(0, i);
|
||||||
var setPage = function(page) {
|
var setPage = function(page) {
|
||||||
frame.setAttribute('src', 'http://archive.pcjs.org' + pdf + ' ' + curPage + '.pdf');
|
frame.setAttribute('src', 'https://s3-us-west-2.amazonaws.com/archive.pcjs.org' + pdf + ' ' + curPage + '.pdf');
|
||||||
};
|
};
|
||||||
setPage(curPage);
|
setPage(curPage);
|
||||||
var buttonPrev = document.getElementById('prevPDF');
|
var buttonPrev = document.getElementById('prevPDF');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue