diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-11 14:20:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-11 14:20:55 +0100 |
commit | c4f8360240990d7db55ceccd4bb4d4f67678fce6 (patch) | |
tree | 32fd4fb6aeef3bdff1177f31f909cb363264f731 /tpl/default/linklist.html | |
parent | c904bccce1c49eb130875ad055556fa6f9f36096 (diff) | |
parent | 792b26789fe9f6245a155e47aea0273917ac33d7 (diff) | |
download | Shaarli-c4f8360240990d7db55ceccd4bb4d4f67678fce6.tar.gz Shaarli-c4f8360240990d7db55ceccd4bb4d4f67678fce6.tar.zst Shaarli-c4f8360240990d7db55ceccd4bb4d4f67678fce6.zip |
Merge pull request #803 from ArthurHoaro/feature/awesomplete-autofirst
Fixes #657: use data-autofirst parameter for awesomeplete
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 94370203..57ef4567 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -34,7 +34,7 @@ | |||
34 | {if="!empty($search_tags)"} | 34 | {if="!empty($search_tags)"} |
35 | value="{$search_tags}" | 35 | value="{$search_tags}" |
36 | {/if} | 36 | {/if} |
37 | autocomplete="off" data-multiple data-minChars="1" | 37 | autocomplete="off" data-multiple data-autofirst data-minChars="1" |
38 | data-list="{loop="$tags"}{$key}, {/loop}" | 38 | data-list="{loop="$tags"}{$key}, {/loop}" |
39 | > | 39 | > |
40 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> | 40 | <button type="submit" class="search-button"><i class="fa fa-search"></i></button> |