diff --git a/kfet/templates/kfet/kpsul.html b/kfet/templates/kfet/kpsul.html index 264422f0..d3b148c9 100644 --- a/kfet/templates/kfet/kpsul.html +++ b/kfet/templates/kfet/kpsul.html @@ -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',