Fixed static URL
This commit is contained in:
parent
4ecef45d55
commit
e454a30bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
if (i < 0) i = pdf.indexOf(' ');
|
||||
if (i > 0) pdf = pdf.substr(0, i);
|
||||
var setPage = function(page) {
|
||||
frame.setAttribute('src', 'http://static.pcjs.org' + pdf + ' ' + curPage + '.pdf');
|
||||
frame.setAttribute('src', 'http://archive.pcjs.org' + pdf + ' ' + curPage + '.pdf');
|
||||
};
|
||||
setPage(curPage);
|
||||
var buttonPrev = document.getElementById('prevPDF');
|
||||
|
|
|
|||
Loading…
Reference in a new issue