www

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

commit ac50ab16a289471ab26b913a5212a47d31597e1b
parent c08a82e83141fc14ece4e15a59aef4c9637e46c1
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  4 Oct 2006 00:10:35 +0000

Scholar -> Zotero (thanks Dan S.)


Diffstat:
Mchrome/content/zotero/xpcom/cite.js | 2+-
Mscrapers.sql | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js @@ -1243,7 +1243,7 @@ Zotero.CSL.prototype._getFieldValue = function(name, element, item, formattedStr status = true; } } else if(condition.field) { - var formattedString = new Scholar.CSL.FormattedString(this, "Text"); + var formattedString = new Zotero.CSL.FormattedString(this, "Text"); status = this._getFieldValue(condition.field, this._getFieldDefaults(condition.field), item, formattedString, bibCitElement); } diff --git a/scrapers.sql b/scrapers.sql @@ -7108,7 +7108,7 @@ record.prototype.translate = function(item) { // some LOC entries have no listed author, but have the author in the person subject field as the first entry var field = this.getFieldSubfields("600"); if(field[0]) { - item.creators.push(Scholar.Utilities.cleanAuthor(field[0]["a"], true)); + item.creators.push(Zotero.Utilities.cleanAuthor(field[0]["a"], true)); } }