www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

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:
Mchrome/content/zotero/xpcom/zotero.js | 1+
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")) {