www

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

commit aff9c1746a13a931f68d5f105ff6e554d3913017
parent 548b3b20ed030206fbe02a7e0323e882fc276f13
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 31 Dec 2009 00:18:36 +0000

Pushed SAE International


Diffstat:
Mtranslators/SAE International.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/translators/SAE International.js b/translators/SAE International.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2009-01-08 08:19:07" + "lastUpdated":"2009-12-30 22:30:00" } function detectWeb(doc, url) { @@ -36,7 +36,7 @@ function doWeb(doc, url) { } Zotero.Utilities.processDocuments(arts, function(doc) { var type = detectWeb(doc, doc.location.href); - if (type == "paper") { + if (type == "conferencePaper") { var data = new Object(); var metas = doc.evaluate('//meta', doc, null, XPathResult.ANY_TYPE, null); var meta;