1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 12:50:55 +02:00

Use Boostrap tooltips for search

This commit is contained in:
Alexandre Iooss
2020-04-10 21:05:06 +02:00
parent 0c70f15721
commit 682b2b19d7
3 changed files with 26 additions and 15 deletions

View File

@ -78,7 +78,7 @@ notes_display = [];
buttons = [];
// When the user searches an alias, we update the auto-completion
autoCompleteNote("note", "alias_matched", "note_list", notes, notes_display,
autoCompleteNote("note", "note_list", notes, notes_display,
"alias", "note", "user_note", "profile_pic", function() {
if (buttons.length > 0 && $("#single_conso").is(":checked")) {
consumeAll();