diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-01 13:46:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-01 13:46:25 +0100 |
commit | bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae (patch) | |
tree | 222faaeb7a4010a27e8186f564e87572bf842f10 /view/tpl/generic_addon_settings.tpl | |
parent | de02fddf895a7a02b59ae02e27f053a4d4e60514 (diff) | |
download | volse-hubzilla-bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae.tar.gz volse-hubzilla-bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae.tar.bz2 volse-hubzilla-bab00731a8c156c5d88bc1fc8a5bf4803d8c2cae.zip |
fix issues with accordions in settings and comment out jquery.textinputs.js
Diffstat (limited to 'view/tpl/generic_addon_settings.tpl')
-rw-r--r-- | view/tpl/generic_addon_settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/generic_addon_settings.tpl b/view/tpl/generic_addon_settings.tpl index bf39b2aea..57028237a 100644 --- a/view/tpl/generic_addon_settings.tpl +++ b/view/tpl/generic_addon_settings.tpl @@ -1,12 +1,12 @@ <div class="panel"> <div class="section-subtitle-wrapper" role="tab" id="{{$addon.0}}-settings"> <h3> - <a title="{{$addon.2}}" data-toggle="collapse" data-parent="#settings" href="#{{$addon.0}}-settings-content" aria-controls="{{$addon.0}}-settings-content"> + <a title="{{$addon.2}}" data-toggle="collapse" data-target="#{{$addon.0}}-settings-content" href="#" aria-controls="{{$addon.0}}-settings-content"> {{$addon.1}} </a> </h3> </div> - <div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings"> + <div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings" data-parent="#settings"> <div class="section-content-tools-wrapper"> {{$content}} {{if $addon.0}} |