diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 2f80eacd7b..4caf2b7fe7 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -2725,7 +2725,7 @@ var ZoteroPane = new function() if (items.length > 0) { // Multiple items selected - if (items.length.count > 1) { + if (items.length > 1) { var multiple = '.multiple'; var canMerge = true, canIndex = true, canRecognize = true, canRename = true;