xref: /plugin/struct/script/StructFilter.js (revision 4fc1424af829d05c69a00a0c2ae33facc7342115)
1/**
2 * Struct Filter
3 *
4 * remove toggling inherited by reusing core search form
5 */
6jQuery('fieldset.struct-filter-form.search-form button.toggleAssistant').remove();
7jQuery('fieldset.struct-filter-form.search-form .advancedOptions').show();
8