www

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

commit b8fe15ed634acff1085ba834eec6f4b9d19bcb01
parent a2d7dfd206bdadb71003656983d3ef587c0deb3a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 22 Mar 2015 16:20:30 -0400

Properly reinitialize styles after repo update

Diffstat:
Mchrome/content/zotero/xpcom/schema.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js @@ -1602,7 +1602,7 @@ Zotero.Schema = new function(){ // Rebuild caches yield Zotero.Translators.reinit(); - Zotero.Styles.init(); + yield Zotero.Styles.reinit(); } catch (e) { Zotero.debug(e, 1);