Fixed Ovid error

This commit is contained in:
Dan Stillman 2010-01-25 18:40:42 +00:00
parent d500b50e2e
commit fd78461fc6

View file

@ -8,7 +8,7 @@
"maxVersion":"", "maxVersion":"",
"priority":100, "priority":100,
"inRepository":true, "inRepository":true,
"lastUpdated":"2010-01-07 10:00:00" "lastUpdated":"2010-01-21 22:25:00"
} }
function detectWeb(doc, url) { function detectWeb(doc, url) {
@ -200,6 +200,7 @@ function doWeb(doc, url) {
if(haveStarted) { if(haveStarted) {
newItem.complete(); newItem.complete();
} }
}, function () { Zotero.done(); }); Zotero.done();
});
Zotero.wait(); Zotero.wait();
} }