mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
- Correction d'un bug Ajax sur LSselect.js (Method oncheckboxChangeComplete())
This commit is contained in:
parent
418e63d2a3
commit
9b0fb18008
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ var LSselect = new Class({
|
|||
|
||||
oncheckboxChangeComplete: function(responseText, responseXML) {
|
||||
var data = Json.evaluate(responseText);
|
||||
varLSdefault.loadingImgHide(data);
|
||||
varLSdefault.loadingImgHide(data.imgload);
|
||||
},
|
||||
|
||||
onChangePageClick: function(event, a) {
|
||||
|
|
Loading…
Reference in a new issue