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

@ -1 +1 @@
2008-12-27 20:50:00
2009-01-05 21:20:00

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2008-08-06 17:00:00"
"lastUpdated":"2009-01-05 21:20:00"
}
function detectWeb(doc, url) {
@ -76,7 +76,7 @@ function generateDeliverString(nsResolver, doc){
* given the text of the delivery page, downloads an item
*/
function downloadFunction(text) {
var postLocation = /<form name="aspnetForm" method="post" action="([^"]+)"/
var postLocation = /<form (?:autocomplete="o(?:ff|n)" )?name="aspnetForm" method="post" action="([^"]+)"/
var m = postLocation.exec(text);
var deliveryURL = m[1].replace(/&amp;/g, "&");
m = customViewStateMatch.exec(text);

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

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":25,
"inRepository":true,
"lastUpdated":"2008-07-20 01:40:00"
"lastUpdated":"2009-01-02 20:55:00"
}
Zotero.configure("getCollections", true);