Uh, don't pull every single translator from the repository on every new installation kthxbye

This commit is contained in:
Dan Stillman 2009-11-15 03:30:21 +00:00
parent 3446aaf645
commit 7eb2f5aad3

View file

@ -843,6 +843,8 @@ Zotero.Schema = new function(){
Zotero.DB.commitTransaction();
self.dbInitialized = true;
Zotero.Schema.updateBundledFiles();
}
catch(e){
Zotero.debug(e, 1);