aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_features.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-01 13:46:25 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-01 13:46:25 +0100
commitbab00731a8c156c5d88bc1fc8a5bf4803d8c2cae (patch)
tree222faaeb7a4010a27e8186f564e87572bf842f10 /view/tpl/settings_features.tpl
parentde02fddf895a7a02b59ae02e27f053a4d4e60514 (diff)
downloadvolse-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/settings_features.tpl')
-rwxr-xr-xview/tpl/settings_features.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl
index dfe049a7a..f8c162e17 100755
--- a/view/tpl/settings_features.tpl
+++ b/view/tpl/settings_features.tpl
@@ -9,12 +9,12 @@
<div class="panel">
<div class="section-subtitle-wrapper" role="tab" id="{{$g}}-settings-title">
<h3>
- <a data-toggle="collapse" data-parent="#settings" href="#{{$g}}-settings-content" aria-expanded="true" aria-controls="{{$g}}-settings-collapse">
+ <a data-toggle="collapse" data-target="#{{$g}}-settings-content" href="#" aria-expanded="true" aria-controls="{{$g}}-settings-collapse">
{{$f.0}}
</a>
</h3>
</div>
- <div id="{{$g}}-settings-content" class="collapse{{if $g == 'general'}} show{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title">
+ <div id="{{$g}}-settings-content" class="collapse{{if $g == 'general'}} show{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title" data-parent="#settings">
<div class="section-content-tools-wrapper">
{{foreach $f.1 as $fcat}}
{{include file="field_checkbox.tpl" field=$fcat}}