forked from OpenNeo/impress
switch out of advanced search when a submission from the other form completes
This commit is contained in:
parent
67d47bfc4f
commit
2a82e4badd
1 changed files with 1 additions and 0 deletions
|
@ -1156,6 +1156,7 @@ View.Search = function (wardrobe) {
|
|||
help_el.show();
|
||||
}
|
||||
wrapper.toggleClass('has-results', items.length > 0);
|
||||
wrapper.removeClass('advanced');
|
||||
fit();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue