LSselect : fix ajax input

This commit is contained in:
Emmanuel Saracco 2022-06-16 11:50:42 +02:00
parent fd81cb496f
commit 3eba1e24d6

View file

@ -10,6 +10,7 @@ var LSselect = new Class({
var input = new Element('input');
input.setProperty('name','ajax');
input.setProperty('type','hidden');
input.setProperty('value',1);
input.injectInside(this.LSselect_search_form);
this.tempInput = [];