commit 10806c0a2d99a420de8ea56e066bda87adeff938 parent 39973abfa44b3f52565b1759b21bcd099f61ce47 Author: Dan Stillman <dstillman@zotero.org> Date: Thu, 21 Apr 2016 16:17:13 -0400 Add id to Zotero.Tags notifier registration Diffstat:
| M | chrome/content/zotero/xpcom/zotero.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -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();