From ab36dda6e716eb8ba2ffeec973180922fe4ab5b5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 7 Aug 2014 15:01:59 -0400 Subject: [PATCH] Restore loading of renamed styles Didn't end up on this branch somehow --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index bbab68e691..0444a86d68 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")) {