xref: /plugin/struct/script/StructFilter.js (revision c0f1a2d1add0af94d83a1f75f04bdfd9ba698611)
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