www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 3869eda57c46310a647af9f699fce2300c83d8e8
parent 525b7dcfa5c020027b00ea7a9f661e2bbdd1ae33
Author: Frank <biercenator@gmail.com>
Date:   Mon, 30 Apr 2012 10:17:22 +0000

Upgrade citeproc-js to version 1.0.327

Diffstat:
Mchrome/content/zotero/xpcom/citeproc.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js @@ -2617,6 +2617,7 @@ CSL.Engine.prototype.remapSectionVariable = function (inputList) { var item = inputList[i][1]; var section_label_count = 0; if (!Item.section + && !Item.page && ["bill","gazette","legislation"].indexOf(Item.type) > -1 && this.opt.development_extensions.clobber_locator_if_no_statute_section) { item.locator = undefined;