Skip to content

Commit

Permalink
updated script.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivas-Jorge committed Feb 20, 2023
1 parent c5fbc25 commit e467289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function searchBook() {
window.location.href = bookmarkData.url;
});
}
//gets book mark info from local storage
//gets boook mark info from local storage
window.addEventListener('load', function() {
var bookmarkKey = 'myBookmark';
var bookmarkData = JSON.parse(localStorage.getItem(bookmarkKey));
Expand Down

0 comments on commit e467289

Please sign in to comment.