Fix error generating reports from top-level notes
Checked in on branch and tag
This commit is contained in:
parent
419a44f3f2
commit
b06c5350e2
|
@ -171,6 +171,9 @@ 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<ids.length; i++) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user