Add id to Zotero.Tags notifier registration

This commit is contained in:
Dan Stillman 2016-04-21 16:17:13 -04:00
parent 39973abfa4
commit 10806c0a2d

View File

@ -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();