www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 14b62e27e24a905e72aba5b512e064fda078dfa7
parent 453fed88bd175d3b1b0cefe7f349cd92fcdb5dcb
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 27 Apr 2010 08:04:15 +0000

Missed file from previous commit


Diffstat:
Mchrome/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 @@ -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;