Pushed SAE International

This commit is contained in:
Dan Stillman 2009-12-31 00:18:36 +00:00
parent 548b3b20ed
commit aff9c1746a

View file

@ -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;