diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-04 22:21:20 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-04 22:21:20 +0200 |
commit | 1eaf6df842184743ee20ec69931be1ff7136f34e (patch) | |
tree | 9ecea2ceeeeb361ba7c445b76ff9322623af7185 /view/tpl/tokens.tpl | |
parent | 9fe9137c9689347e2be1d6bf6633956e147e368c (diff) | |
download | volse-hubzilla-1eaf6df842184743ee20ec69931be1ff7136f34e.tar.gz volse-hubzilla-1eaf6df842184743ee20ec69931be1ff7136f34e.tar.bz2 volse-hubzilla-1eaf6df842184743ee20ec69931be1ff7136f34e.zip |
fix issues with bs accordions
Diffstat (limited to 'view/tpl/tokens.tpl')
-rw-r--r-- | view/tpl/tokens.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/tokens.tpl b/view/tpl/tokens.tpl index ccb1f8c61..587965832 100644 --- a/view/tpl/tokens.tpl +++ b/view/tpl/tokens.tpl @@ -19,10 +19,10 @@ </div> </div> - <div class="panel"> + <div class="panel" id="permission-settings"> <div class="section-subtitle-wrapper" role="tab" id="perms-tool"> <h3> - <a data-toggle="collapse" data-parent="#contact-edit-tools" href="#perms-tool-collapse" aria-expanded="true" aria-controls="perms-tool-collapse"> + <a data-toggle="collapse" data-parent="#permission-settings" href="#perms-tool-collapse" aria-expanded="true" aria-controls="perms-tool-collapse"> {{$permlbl}} </a> </h3> |