diff --git a/index.html b/index.html index fb05c5c..cceb36f 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,9 @@ Chapter 23
-
+ +
diff --git a/script.js b/script.js index 8910ad2..e36b314 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ function changePDF(chapter) { var container = document.getElementById("pdfcontainer") - container.innerHTML = "" + container.innerHTML = "" } \ No newline at end of file