commit 8e29882889cb45a2e6defab971b5a32afaf8d1b3
parent 86f08fac29d4a9ed537d9bd2b613364624b80e2e
Author: Simon Kornblith <simon@simonster.com>
Date: Sat, 12 Feb 2011 19:12:38 +0000
only call Zotero.done() when finished
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/translators/Library Catalog (Voyager 7).js b/translators/Library Catalog (Voyager 7).js
@@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
- "lastUpdated":"2009-08-11 01:20:00"
+ "lastUpdated":"2011-02-12 19:11:09"
}
function detectWeb(doc, url){
@@ -76,9 +76,7 @@ function doWeb(doc, url){
});
marc.translate();
-
- Zotero.done();
- })
+ }, function() { Zotero.done() })
Zotero.wait();
}