commit ab36dda6e716eb8ba2ffeec973180922fe4ab5b5
parent 1ca2100cf08ce3fbe914a3a340b2281e16409e4f
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 7 Aug 2014 15:01:59 -0400
Restore loading of renamed styles
Didn't end up on this branch somehow
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -641,6 +641,7 @@ Components.utils.import("resource://gre/modules/osfile.jsm");
Zotero.locked = false;
// Initialize various services
+ Zotero.Styles.preinit();
Zotero.Integration.init();
if(Zotero.Prefs.get("httpServer.enabled")) {