From 14b62e27e24a905e72aba5b512e064fda078dfa7 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 27 Apr 2010 08:04:15 +0000 Subject: [PATCH] Missed file from previous commit --- chrome/content/zotero/xpcom/notifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/notifier.js b/chrome/content/zotero/xpcom/notifier.js index 0a231d6b8..d82e5954e 100644 --- a/chrome/content/zotero/xpcom/notifier.js +++ b/chrome/content/zotero/xpcom/notifier.js @@ -28,7 +28,7 @@ Zotero.Notifier = new function(){ var _disabled = false; var _types = [ 'collection', 'creator', 'search', 'share', 'share-items', 'item', - 'collection-item', 'item-tag', 'tag', 'group', 'bucket' + 'collection-item', 'item-tag', 'tag', 'group', 'commons' ]; var _inTransaction; var _locked = false;