commit 6745ea9868c89621a51668110e3be62b3156dddc
parent 6c8cf71c9ad9509b6210cb8b1fcb99a334600277
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 9 Mar 2018 06:58:05 -0500
Fix multiple-item context menu (broken by 7e3bad7390)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js
@@ -2780,7 +2780,7 @@ var ZoteroPane = new function()
if (items.length > 1) {
var multiple = '.multiple';
- var canMerge = true, canIndex = true, canRecognize = true, canRename = true;
+ var canMerge = true, canIndex = true, canRecognize = true, canUnrecognize = true, canRename = true;
var canMarkRead = collectionTreeRow.isFeed();
var markUnread = true;