1
0
Fork 0
forked from OpenNeo/impress

switch out of advanced search when a submission from the other form completes

This commit is contained in:
Emi Matchu 2014-04-02 15:00:49 -05:00
parent 67d47bfc4f
commit 2a82e4badd

View file

@ -1156,6 +1156,7 @@ View.Search = function (wardrobe) {
help_el.show();
}
wrapper.toggleClass('has-results', items.length > 0);
wrapper.removeClass('advanced');
fit();
});