Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivas-Jorge authored Jun 24, 2023
1 parent f31df08 commit 0b45348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function search() {
paragraph.innerHTML = paragraph.textContent.replace(pattern, match => `<mark>${match}</mark>`)
}

///sticky header
///sticky top header

window.onscroll = function () {myFunction()};

Expand Down Expand Up @@ -60,4 +60,4 @@ function searchBook() {
} else {
console.log('No bookmark data found');
}
});
});

0 comments on commit 0b45348

Please sign in to comment.