From ffb435aa70dd5dc86e10325a79d1fe34b0933309 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Fri, 26 Apr 2019 11:07:20 -0400 Subject: [PATCH] Update script.js --- script.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/script.js b/script.js index b9b08b9..fe14f16 100644 --- a/script.js +++ b/script.js @@ -4,7 +4,6 @@ function changePDF(chapter) { document.getElementById("chapter_name").innerHTML = chapter } function onLoad() { - -// service-worker.js self.addEventListener('install', function() { console.log('Install!'); });