Properly reinitialize styles after repo update
This commit is contained in:
parent
a2d7dfd206
commit
b8fe15ed63
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue