From 0b453484cc7052ac484cba8b4303bd47c347d7bc Mon Sep 17 00:00:00 2001 From: Jorge Rivas <97417231+Rivas-Jorge@users.noreply.github.com> Date: Sat, 24 Jun 2023 06:43:57 -0500 Subject: [PATCH] Update script.js --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 11a831d..e27b964 100644 --- a/script.js +++ b/script.js @@ -10,7 +10,7 @@ function search() { paragraph.innerHTML = paragraph.textContent.replace(pattern, match => `${match}`) } -///sticky header +///sticky top header window.onscroll = function () {myFunction()}; @@ -60,4 +60,4 @@ function searchBook() { } else { console.log('No bookmark data found'); } - }); \ No newline at end of file + });