mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
removing xajax, as we no longer need it (get emulated by our new json stuff)
This commit is contained in:
parent
a8d1ce623d
commit
4da762e40e
@ -351,7 +351,6 @@ class egw_json_response
|
|||||||
/**
|
/**
|
||||||
* Deprecated legacy xajax wrapper functions for the new egw_json interface
|
* Deprecated legacy xajax wrapper functions for the new egw_json interface
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
class xajaxResponse extends egw_json_response
|
class xajaxResponse extends egw_json_response
|
||||||
{
|
{
|
||||||
public function addScript($script)
|
public function addScript($script)
|
||||||
@ -378,4 +377,4 @@ class xajaxResponse extends egw_json_response
|
|||||||
{
|
{
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
@ -226,7 +226,6 @@ egw_json_request.prototype.handleResponse = function(data, textStatus, XMLHttpRe
|
|||||||
/**
|
/**
|
||||||
* Deprecated legacy xajax wrapper functions for the new egw_json interface
|
* Deprecated legacy xajax wrapper functions for the new egw_json interface
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
_xajax_doXMLHTTP = function(_async, _menuaction, _arguments)
|
_xajax_doXMLHTTP = function(_async, _menuaction, _arguments)
|
||||||
{
|
{
|
||||||
/* Assemble the parameter array *//*
|
/* Assemble the parameter array *//*
|
||||||
@ -239,7 +238,7 @@ _xajax_doXMLHTTP = function(_async, _menuaction, _arguments)
|
|||||||
/* 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 */
|
||||||
request.sendRequest(_async);
|
request.sendRequest(_async);
|
||||||
|
|
||||||
return request;
|
return request;
|
||||||
@ -272,4 +271,4 @@ window.xajax = {
|
|||||||
alert("\nSerialized:\n" + serialized);
|
alert("\nSerialized:\n" + serialized);
|
||||||
return serialized;
|
return serialized;
|
||||||
}
|
}
|
||||||
};*/
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user