diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-18 23:45:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-18 23:45:55 +0100 |
commit | b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102 (patch) | |
tree | 75caee6090971691ab9ac6a92caa731c36ecac88 /view/tpl/connections.tpl | |
parent | 2bdf63d069954dcdcd211f519bdc7a1d8fee1295 (diff) | |
download | volse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.tar.gz volse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.tar.bz2 volse-hubzilla-b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102.zip |
bs4 fixes
Diffstat (limited to 'view/tpl/connections.tpl')
-rwxr-xr-x | view/tpl/connections.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index a40e1fef9..13261965a 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -1,7 +1,7 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper clearfix"> <div class="dropdown pull-right"> - <button type="button" class="btn btn-primary btn-sm" onclick="openClose('contacts-search-form');"> + <button type="button" class="btn btn-primary btn-sm" onclick="openClose('contacts-search-form'); $('#contacts-search').focus()"> <i class="fa fa-search"></i> {{$label}} </button> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}"> |