Skip to content

Commit

Permalink
Upgrade citeproc-js to 1.1.205
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Apr 12, 2018
1 parent 04e354b commit 9a3ed00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/content/zotero/xpcom/citeproc.js
Expand Up @@ -24,7 +24,7 @@
*/

var CSL = {
PROCESSOR_VERSION: "1.1.204",
PROCESSOR_VERSION: "1.1.205",
CONDITION_LEVEL_TOP: 1,
CONDITION_LEVEL_BOTTOM: 2,
PLAIN_HYPHEN_REGEX: /(?:[^\\]-|\u2013)/,
Expand Down Expand Up @@ -12442,7 +12442,7 @@ CSL.Transform = function (state) {
quashCountry = normalizedKey.indexOf(":") === -1;
}
if (state.sys.getAbbreviation) {
if (["jurisdiction", "country"].indexOf(variable) > -1) {
if (["jurisdiction", "country", "language-name", "language-name-original"].indexOf(variable) > -1) {
var loadJurisdiction = "default";
} else if (Item.jurisdiction) {
var loadJurisdiction = Item.jurisdiction;
Expand Down

0 comments on commit 9a3ed00

Please sign in to comment.