mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Prevents Enter from submitting the jot form in the ACL search field
- Disable browser autocomplete in jot ACL search field
This commit is contained in:
parent
341046e3a0
commit
cba40dc9fd
3 changed files with 10 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<button id="acl-showall" class="btn btn-block btn-default"><i class="fa fa-globe"></i> {{$showall}}</button>
|
||||
</div>
|
||||
<div class="form-group form-group-search">
|
||||
<input type="text" id="acl-search" class="form-control form-search">
|
||||
<input type="text" id="acl-search" class="form-control form-search" autocomplete="off">
|
||||
</div>
|
||||
<div id="acl-list">
|
||||
<div id="acl-list-content"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue