mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-13 13:37:20 +00:00
8 lines
243 B
JavaScript
8 lines
243 B
JavaScript
/**
|
|
* Struct Filter
|
|
*
|
|
* remove toggling inherited by reusing core search form
|
|
*/
|
|
jQuery('fieldset.struct-filter-form.search-form button.toggleAssistant').remove();
|
|
jQuery('fieldset.struct-filter-form.search-form .advancedOptions').show();
|