Pushed SAE International
This commit is contained in:
parent
548b3b20ed
commit
aff9c1746a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue