HTTPS not HTTP
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function changePDF(chapter) {
|
||||
var container = document.getElementById("pdfcontainer")
|
||||
container.innerHTML = "<embed src='http://lax18.github.io/StrayerChapters/"+chapter+".pdf' type='application/pdf'></embed>"
|
||||
container.innerHTML = "<embed src='https://lax18.github.io/StrayerChapters/"+chapter+".pdf' type='application/pdf'></embed>"
|
||||
}
|
||||
Reference in New Issue
Block a user