forked from 0x2620/pandora
typo
This commit is contained in:
parent
3678234841
commit
c31dce7e63
1 changed files with 1 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue