HTTPS not HTTP

This commit is contained in:
2019-01-13 17:10:12 +00:00
parent 5279cb696a
commit 3ef83b55b9
+1 -1
View File
@@ -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>"
}