From da33fcb347c6fe0c7f847042464fdf5fdd14f44f Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Sun, 13 Jan 2019 17:19:54 +0000 Subject: [PATCH] Oof too small --- index.html | 4 +++- script.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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