diff --git a/dist/javascript/layer.js b/dist/javascript/layer.js index 2274425dad605462c57030878c8bbfcbf7a46dbc..4d742dc82a6c22ce09b05470425e3a9d6f5a62eb 100644 --- a/dist/javascript/layer.js +++ b/dist/javascript/layer.js @@ -294,7 +294,7 @@ function AjaxSqueezeNode(trig, noeud, f) // retour std si pas precise: affecter ce noeud avec ce retour if (!f) callback = function(r) { noeud.innerHTML = r; verifForm(noeud); triggerAjaxLoad(noeud);} - else callback = function(r) { f(r); verifForm(noeud); triggerAjaxLoad(noeud);} + else callback = function(r) { f(r,noeud); verifForm(noeud); triggerAjaxLoad(noeud);} if (typeof(trig) == 'string') { i = trig.split('?');