зеркало из https://github.com/mozilla/gecko-dev.git
Bug 405755 ? when viewing a saved search in the bookmark sidebar, the children aren't visible (r=mano)
This commit is contained in:
Родитель
f09c9c945f
Коммит
1f4f3ce62a
|
@ -616,6 +616,8 @@ var PlacesOrganizer = {
|
|||
var queries = [];
|
||||
var options = this.getCurrentOptions();
|
||||
options.excludeQueries = true;
|
||||
// unset expandQueries=false, which is set by the left pane
|
||||
options.expandQueries = true;
|
||||
var searchUI = document.getElementById("searchModifiers");
|
||||
if (!searchUI.hidden)
|
||||
queries = PlacesQueryBuilder.queries;
|
||||
|
|
Загрузка…
Ссылка в новой задаче