Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Jun 14, 2023
1 parent 18d30a3 commit 8b00afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MEDLINEnbib.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"priority": 100,
"inRepository": true,
"translatorType": 1,
"lastUpdated": "2023-06-07 14:18:54"
"lastUpdated": "2023-06-09 02:21:30"
}

/*
Expand Down Expand Up @@ -175,7 +175,7 @@ function processTag(item, tag, value) {
}
else if (value.includes("[pii]")) item.pagesBackup = value.replace(/\s*\[pii\]/, "");
}
else if (tag == "MH" || tag == "OT" || tag = "KW") { // KoreaMed uses KW
else if (tag == "MH" || tag == "OT" || tag == "KW") { // KoreaMed uses KW
item.tags.push(value);
}
}
Expand Down

0 comments on commit 8b00afb

Please sign in to comment.