Pushed Ovid and Scitation and fixed metadata entry in Project Gutenberg translator that was breaking first run of new installs

This commit is contained in:
Dan Stillman 2009-07-07 00:14:51 +00:00
parent 5792b46409
commit 8ca854fdea
4 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2009-06-16 13:30:00"
"lastUpdated":"2009-07-07 00:15:00"
}
function detectWeb(doc, url) {
@ -26,7 +26,6 @@ function detectWeb(doc, url) {
if(results) {
results = Zotero.Utilities.trimInternal(results.textContent);
Zotero.debug(results);
if(results.indexOf("-") != -1) {
return "multiple";
} else {