Archived
Categories: Open submenu if set
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
|
||||
<h3 class="toggle_headline">
|
||||
<button class="show_config_option icon_link" type="button" data-href="#category_subcats" title="{$CONST.TOGGLE_OPTION}"><span class="icon-plus"></span> {$CONST.PARENT_CATEGORY}</button>
|
||||
<button class="show_config_option icon_link {if $newSub}show_config_option_now{/if}" type="button" data-href="#category_subcats" title="{$CONST.TOGGLE_OPTION}"><span class="icon-plus"></span> {$CONST.PARENT_CATEGORY}</button>
|
||||
</h3>
|
||||
|
||||
<div id="category_subcats" class="clearfix additional_info">
|
||||
|
||||
@@ -872,6 +872,8 @@ var AccessifyHTML5 = function (defaults, more_fixes) {
|
||||
$(this).toggleClass('active');
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$('.show_config_option_now').click();
|
||||
}
|
||||
|
||||
// Config option add media
|
||||
|
||||
Reference in New Issue
Block a user