diff --git a/components/zotero-protocol-handler.js b/components/zotero-protocol-handler.js index a9c75cc5b..9200d4ede 100644 --- a/components/zotero-protocol-handler.js +++ b/components/zotero-protocol-handler.js @@ -171,10 +171,13 @@ function ChromeExtensionHandler() { if (!searchChildIDs[id]) { var children = []; var item = Zotero.Items.get(id); + if (!item.isRegularItem()) { + continue; + } var func = function (ids) { if (ids) { for (var i=0; i