This commit is contained in:
rolux 2014-11-16 14:24:54 +00:00
parent 3678234841
commit c31dce7e63
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ pandora.ui.mainMenu = function() {
} else if (data.id == 'advancedfind') {
pandora.$ui.filterDialog = pandora.ui.filterDialog().open();
} else if (data.id == 'clearquery') {
pandora.UI.set({find: conditions: [], operator: '&'});
pandora.UI.set({find: {conditions: [], operator: '&'}});
} else if (data.id == 'clearfilters') {
pandora.$ui.filters.clearFilters();
} else if (data.id == 'findsimilar') {