1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Auto-completer is more independant, comment code

This commit is contained in:
Yohann D'ANELLO
2020-03-12 21:05:43 +01:00
parent f9451da7f1
commit 5782e91aa8
3 changed files with 168 additions and 130 deletions

View File

@ -31,7 +31,7 @@
<ul class="list-group list-group-flush" id="note_list">
</ul>
<div class="card-body">
<input class="rounded mx-auto d-block" type="text" id="note" />
<input class="form-control mx-auto d-block" type="text" id="note" />
<ul class="list-group list-group-flush" id="alias_matched">
</ul>
</div>