Pushed SAE International
This commit is contained in:
parent
548b3b20ed
commit
aff9c1746a
|
@ -8,7 +8,7 @@
|
||||||
"maxVersion":"",
|
"maxVersion":"",
|
||||||
"priority":100,
|
"priority":100,
|
||||||
"inRepository":true,
|
"inRepository":true,
|
||||||
"lastUpdated":"2009-01-08 08:19:07"
|
"lastUpdated":"2009-12-30 22:30:00"
|
||||||
}
|
}
|
||||||
|
|
||||||
function detectWeb(doc, url) {
|
function detectWeb(doc, url) {
|
||||||
|
@ -36,7 +36,7 @@ function doWeb(doc, url) {
|
||||||
}
|
}
|
||||||
Zotero.Utilities.processDocuments(arts, function(doc) {
|
Zotero.Utilities.processDocuments(arts, function(doc) {
|
||||||
var type = detectWeb(doc, doc.location.href);
|
var type = detectWeb(doc, doc.location.href);
|
||||||
if (type == "paper") {
|
if (type == "conferencePaper") {
|
||||||
var data = new Object();
|
var data = new Object();
|
||||||
var metas = doc.evaluate('//meta', doc, null, XPathResult.ANY_TYPE, null);
|
var metas = doc.evaluate('//meta', doc, null, XPathResult.ANY_TYPE, null);
|
||||||
var meta;
|
var meta;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user