forked from DGNum/gestioCOF
Fix search box (hackish)
This commit is contained in:
parent
3793863bab
commit
aa247b465a
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,7 @@ $(document).ready(function() {
|
|||
animation: 'top',
|
||||
closeAnimation: 'bottom',
|
||||
keyboardEnabled: true,
|
||||
|
||||
onOpen: function() {
|
||||
var that=this ;
|
||||
$('input#search_autocomplete').yourlabsAutocomplete({
|
||||
|
@ -287,6 +288,7 @@ $(document).ready(function() {
|
|||
choiceSelector: '.choice',
|
||||
placeholder: "Chercher un utilisateur K-Fêt",
|
||||
box: $("#account_results"),
|
||||
fixPosition: function() {},
|
||||
});
|
||||
$('input#search_autocomplete').bind(
|
||||
'selectChoice',
|
||||
|
|
Loading…
Reference in a new issue