Skip to content

Commit

Permalink
Merge pull request #1315 from Kiradien/patch-1
Browse files Browse the repository at this point in the history
Fix #1314 - Update ScribblehubParser.js to remove unnecessary fields
  • Loading branch information
dteviot committed May 14, 2024
2 parents 80a3534 + 92b9abd commit f661743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/ScribblehubParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ScribblehubParser extends Parser{
}

findContent(dom) {
return dom.querySelector("div#chp_contents");
return dom.querySelector("div#chp_raw");
};

populateUI(dom) {
Expand Down

0 comments on commit f661743

Please sign in to comment.