Skip to content

Commit

Permalink
https://github.com/ubtue/zotero-translators/pull/122
Browse files Browse the repository at this point in the history
  • Loading branch information
socheres authored Aug 28, 2020
1 parent 02b083c commit ab971fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ubtue_University of Chicago Press Journal.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function scrape(doc, url) {
translator.setTranslator("32d59d2d-b65a-4da4-b0a3-bdd3cfb979e7");
translator.setString(text);
translator.setHandler("itemDone", function (obj, item) {
Z.debug(text)
var tags = ZU.xpath(doc, '//meta[@name="dc.Subject"]');
for (var i in tags){
//let tags[0].content = tags[0].content.split(';'))
Expand Down

0 comments on commit ab971fb

Please sign in to comment.