From b1bacc98166d17f6570f451e4590fa4077b1e0aa Mon Sep 17 00:00:00 2001 From: Frank Bennett Date: Sat, 16 Jun 2012 19:50:44 +0900 Subject: [PATCH] Upgrade citeproc-js to version 1.0.343 --- chrome/content/zotero/xpcom/citeproc.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index f11fdf2fa..9be575743 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -57,7 +57,7 @@ if (!Array.indexOf) { }; } var CSL = { - PROCESSOR_VERSION: "1.0.342", + PROCESSOR_VERSION: "1.0.343", STATUTE_SUBDIV_GROUPED_REGEX: /((?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/g, STATUTE_SUBDIV_PLAIN_REGEX: /(?:(?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/, STATUTE_SUBDIV_STRINGS: { @@ -9391,8 +9391,7 @@ CSL.Transform = function (state) { if ((state.tmp.area !== "bibliography" && !(state.tmp.area === "citation" && state.opt.xclass === "note" - && item && !item.position)) - || myabbrev_family) { + && item && !item.position))) { slot.secondary = false; slot.tertiary = false; }