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 + });