diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index bbab68e69..0444a86d6 100644 --- 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")) {