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',
|
animation: 'top',
|
||||||
closeAnimation: 'bottom',
|
closeAnimation: 'bottom',
|
||||||
keyboardEnabled: true,
|
keyboardEnabled: true,
|
||||||
|
|
||||||
onOpen: function() {
|
onOpen: function() {
|
||||||
var that=this ;
|
var that=this ;
|
||||||
$('input#search_autocomplete').yourlabsAutocomplete({
|
$('input#search_autocomplete').yourlabsAutocomplete({
|
||||||
|
@ -287,6 +288,7 @@ $(document).ready(function() {
|
||||||
choiceSelector: '.choice',
|
choiceSelector: '.choice',
|
||||||
placeholder: "Chercher un utilisateur K-Fêt",
|
placeholder: "Chercher un utilisateur K-Fêt",
|
||||||
box: $("#account_results"),
|
box: $("#account_results"),
|
||||||
|
fixPosition: function() {},
|
||||||
});
|
});
|
||||||
$('input#search_autocomplete').bind(
|
$('input#search_autocomplete').bind(
|
||||||
'selectChoice',
|
'selectChoice',
|
||||||
|
|
Loading…
Reference in a new issue