commit b7abe2405562c8e7d11e2af991e7c2f394362559
parent d5a092da426bb90d699505a64290df19acb32abc
Author: Matt Burton <mcburton@gmail.com>
Date: Thu, 19 Mar 2009 15:59:13 +0000
Fixes #1412, not getting errors as reported, but added the missing Zotero.wait()
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/translators/Journal of Vision.js b/translators/Journal of Vision.js
@@ -60,4 +60,5 @@ function doWeb(doc, url) {
translator.translate();
});
}, function() {Zotero.done();});
+ Zotero.wait();
}
\ No newline at end of file