diff --git a/script.js b/script.js index 2343384..9825b99 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,5 @@ function changePDF(chapter) { var container = document.getElementById("pdfcontainer") container.innerHTML = "" -} \ No newline at end of file + document.getElementById("chapter_title").innerhtml = chapter +}