mirror of
https://github.com/zotero/zotero.git
synced 2026-09-27 01:21:27 +00:00
Add id to Zotero.Tags notifier registration
This commit is contained in:
parent
39973abfa4
commit
10806c0a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ Components.utils.import("resource://gre/modules/osfile.jsm");
|
|||
|
||||
yield Zotero.Fulltext.init();
|
||||
|
||||
Zotero.Notifier.registerObserver(Zotero.Tags, 'setting');
|
||||
Zotero.Notifier.registerObserver(Zotero.Tags, 'setting', 'tags');
|
||||
|
||||
yield Zotero.Sync.Data.Local.init();
|
||||
yield Zotero.Sync.Data.Utilities.init();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue