diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 796b7b5342..fb1a01f1da 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -5640,6 +5640,9 @@ var ZoteroPane = new function() } var items = this.getSelectedItems(); + if (!items.length) return; + + var progressWin = new Zotero.ProgressWindow(); for (var i=0; i