Skip to content

Commit

Permalink
getLoadNewButtons no longer filters on visible; fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsalterego committed Mar 17, 2024
1 parent fa7a4a9 commit 4e40cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sky/Scripts/navigate_navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function findByNavbarIndex(index) {
return found;
}
function getLoadNewButtons() {
return filterVisible(
return Array.from(
document.querySelectorAll("button[aria-label^=\"load new\" i]")
);
}
Expand Down

0 comments on commit 4e40cb3

Please sign in to comment.