mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:10 +01:00
upps, missed some comments
This commit is contained in:
parent
e95da23141
commit
d897357e7f
@ -228,14 +228,14 @@ egw_json_request.prototype.handleResponse = function(data, textStatus, XMLHttpRe
|
|||||||
*/
|
*/
|
||||||
_xajax_doXMLHTTP = function(_async, _menuaction, _arguments)
|
_xajax_doXMLHTTP = function(_async, _menuaction, _arguments)
|
||||||
{
|
{
|
||||||
/* Assemble the parameter array *//*
|
/* Assemble the parameter array */
|
||||||
var paramarray = new Array();
|
var paramarray = new Array();
|
||||||
for (var i = 1; i < _arguments.length; i++)
|
for (var i = 1; i < _arguments.length; i++)
|
||||||
{
|
{
|
||||||
paramarray[paramarray.length] = _arguments[i];
|
paramarray[paramarray.length] = _arguments[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create a new request, passing the menuaction and the parameter array *//*
|
/* Create a new request, passing the menuaction and the parameter array */
|
||||||
var request = new egw_json_request(_menuaction, paramarray);
|
var request = new egw_json_request(_menuaction, paramarray);
|
||||||
|
|
||||||
/* Send the request */
|
/* Send the request */
|
||||||
@ -268,7 +268,7 @@ window.xajax = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var serialized = $(_form).serializeArray();
|
var serialized = $(_form).serializeArray();
|
||||||
alert("\nSerialized:\n" + serialized);
|
//alert("\nSerialized:\n" + serialized);
|
||||||
return serialized;
|
return serialized;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user