Skip to content

Commit f661743

Browse files
authored
Merge pull request #1315 from Kiradien/patch-1
Fix #1314 - Update ScribblehubParser.js to remove unnecessary fields
2 parents 80a3534 + 92b9abd commit f661743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/js/parsers/ScribblehubParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ScribblehubParser extends Parser{
3636
}
3737

3838
findContent(dom) {
39-
return dom.querySelector("div#chp_contents");
39+
return dom.querySelector("div#chp_raw");
4040
};
4141

4242
populateUI(dom) {

0 commit comments

Comments
 (0)