Skip to content

Commit

Permalink
Fix multiple-item context menu (broken by 7e3bad7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Mar 9, 2018
1 parent 6c8cf71 commit 6745ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/zoteroPane.js
Expand Up @@ -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;

Expand Down

0 comments on commit 6745ea9

Please sign in to comment.