From 92baea5c8801022e72177eb156aeb45340616b51 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 3 Oct 2011 16:42:56 +0000 Subject: [PATCH] fix a bug that would prevent the advanced find dialog from opening --- static/js/pandora/ui/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/ui/filter.js b/static/js/pandora/ui/filter.js index ab6104ffd..6de613d2d 100644 --- a/static/js/pandora/ui/filter.js +++ b/static/js/pandora/ui/filter.js @@ -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 })