Allow for 'autocomplete="off"' attribute in Export Manager in EBSCOhost translator

Pushed EBSCO, re-pushed RDF and Zotero RDF to force updates to some clients

BibTeX not yet pushed
This commit is contained in:
Dan Stillman 2009-01-05 22:06:08 +00:00
parent 8d51a09eda
commit fd87d23183
4 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2007-03-22 15:55:00"
"lastUpdated":"2009-01-02 21:15:00"
}
Zotero.configure("dataMode", "rdf");
@ -122,7 +122,6 @@ function processCollection(node, collection) {
collection.children.push({id:Zotero.RDF.getResourceURI(child), type:"item"});
}
}
return collection;
}