removing xajax, as we no longer need it (get emulated by our new json stuff)

This commit is contained in:
Ralf Becker 2010-06-10 06:59:54 +00:00
parent a8d1ce623d
commit 4da762e40e
2 changed files with 3 additions and 5 deletions

View File

@ -351,7 +351,6 @@ class egw_json_response
/**
* Deprecated legacy xajax wrapper functions for the new egw_json interface
*/
/*
class xajaxResponse extends egw_json_response
{
public function addScript($script)
@ -378,4 +377,4 @@ class xajaxResponse extends egw_json_response
{
return '';
}
}*/
}

View File

@ -226,7 +226,6 @@ egw_json_request.prototype.handleResponse = function(data, textStatus, XMLHttpRe
/**
* Deprecated legacy xajax wrapper functions for the new egw_json interface
*/
/*
_xajax_doXMLHTTP = function(_async, _menuaction, _arguments)
{
/* 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 *//*
var request = new egw_json_request(_menuaction, paramarray);
/* Send the request *//*
/* Send the request */
request.sendRequest(_async);
return request;
@ -272,4 +271,4 @@ window.xajax = {
alert("\nSerialized:\n" + serialized);
return serialized;
}
};*/
};