Skip to content

Commit

Permalink
Remove extraneous JS function
Browse files Browse the repository at this point in the history
  • Loading branch information
James Goldie committed Oct 30, 2024
1 parent 58564c5 commit 9eb3b7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _extensions/closeread/closeread.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,3 @@ function getBooleanConfig(metaFlag) {
return option === "true"
}

function isDocumentMain(el) {
return el === null ||
(el.tagName == "MAIN" && el.classList.contains("content"))
}

0 comments on commit 9eb3b7c

Please # to comment.