Fix search box (hackish)

This commit is contained in:
Ludovic Stephan 2017-03-20 19:08:48 -03:00
parent 3793863bab
commit aa247b465a

View file

@ -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',