mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSselect : fix ajax input
This commit is contained in:
parent
fd81cb496f
commit
3eba1e24d6
1 changed files with 1 additions and 0 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue