From 10806c0a2d99a420de8ea56e066bda87adeff938 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 21 Apr 2016 16:17:13 -0400 Subject: [PATCH] Add id to Zotero.Tags notifier registration --- 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 index d340c33f2..08a685974 100644 --- 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();