Skip to content

Commit

Permalink
Merge branch 'master' into archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrieb committed Jan 5, 2023
2 parents de8e806 + 6fa417f commit 24bce28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ support, just ask first – open an issue to do so.
6. Copy the JSON key into an Actions secret called `BQ_JSON` (under Settings >
Secrets > Actions)
7. Make your fork public if you want to be able to access it unauthenticated
8. Change the repo to your liking, maintaining attribution and the LICENSE file!
8. Change the repo to your liking, maintaining attribution and the LICENSE
file!

Expand Down
2 changes: 1 addition & 1 deletion add-latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* the Bloom filter was downloaded.
*/
function sendLatest() {
let stories = Array.from(document.querySelectorAll(".storylink"));
let stories = Array.from(document.querySelectorAll(".titlelink"));
let scoreParents = Array.from(document.querySelectorAll(".subtext"));
if (stories.length != scoreParents.length) {
console.error("Different number of story links and scores!");
Expand Down

0 comments on commit 24bce28

Please sign in to comment.