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
|
// Rebuild caches
|
||||||
yield Zotero.Translators.reinit();
|
yield Zotero.Translators.reinit();
|
||||||
Zotero.Styles.init();
|
yield Zotero.Styles.reinit();
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
Zotero.debug(e, 1);
|
Zotero.debug(e, 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue