www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit fd78461fc66fb5fddb012b899645b2ff03566ff7
parent d500b50e2e86c707a3c704505cffb644ceac17b2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 25 Jan 2010 18:40:42 +0000

Fixed Ovid error


Diffstat:
Mtranslators/Ovid.js | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/translators/Ovid.js b/translators/Ovid.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2010-01-07 10:00:00" + "lastUpdated":"2010-01-21 22:25:00" } function detectWeb(doc, url) { @@ -200,6 +200,7 @@ function doWeb(doc, url) { if(haveStarted) { newItem.complete(); } - }, function () { Zotero.done(); }); + Zotero.done(); + }); Zotero.wait(); } \ No newline at end of file