forked from 0x2620/pandora
fix a bug that would prevent the advanced find dialog from opening
This commit is contained in:
parent
97788738b4
commit
92baea5c88
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pandora.ui.filter = function(list) {
|
|||
sort: pandora.user.ui.listSort,
|
||||
view: pandora.user.ui.listView
|
||||
},
|
||||
query: list ? list.query : pandora.user.ui.query,
|
||||
query: list ? list.query : pandora.user.ui.find,
|
||||
sortKeys: pandora.site.sortKeys,
|
||||
viewKeys: pandora.site.listViews
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue