Test ManageTable ; fix parseXML function

This commit is contained in:
Dany De Bontridder 2017-01-14 14:34:58 +01:00
parent daa75d80ce
commit ac039a6a84

View file

@ -146,6 +146,7 @@ var ManageTable = function (p_table_name)
waiting_box();
var form = $F(form_id);
this.param_add(form);
var here=this;
new Ajax.Request(this.callback, {
parameters: this.param,
method: "post",