Skip to content

Commit

Permalink
Fix: include ToC page for exiledrebelsscanlations
Browse files Browse the repository at this point in the history
See: #1040
  • Loading branch information
dteviot committed Sep 19, 2023
1 parent a69d307 commit 57cb444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/js/parsers/ExiledrebelsscanlationsParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class ExiledrebelsscanlationsParser extends Parser{
}

findContent(dom) {
return dom.querySelector("div#wtr-content");
return dom.querySelector("div#wtr-content")
|| dom.querySelector("div.entry-content");
}

populateUI(dom) {
Expand Down

0 comments on commit 57cb444

Please sign in to comment.