Loading browser/components/places/content/treeView.js +4 −2 Original line number Diff line number Diff line Loading @@ -943,8 +943,10 @@ PlacesTreeView.prototype = { // treat non-expandable queries as non-containers if (PlacesUtils.nodeIsQuery(node)) { asQuery(node); return node.queryOptions.expandQueries; var parent = node.parent; if(PlacesUtils.nodeIsQuery(parent) || PlacesUtils.nodeIsFolder(parent)) return asQuery(parent).queryOptions.expandQueries; } return true; } Loading Loading
browser/components/places/content/treeView.js +4 −2 Original line number Diff line number Diff line Loading @@ -943,8 +943,10 @@ PlacesTreeView.prototype = { // treat non-expandable queries as non-containers if (PlacesUtils.nodeIsQuery(node)) { asQuery(node); return node.queryOptions.expandQueries; var parent = node.parent; if(PlacesUtils.nodeIsQuery(parent) || PlacesUtils.nodeIsFolder(parent)) return asQuery(parent).queryOptions.expandQueries; } return true; } Loading