X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=modules%2Foverride%2FCGI%2FAjax.pm;h=95cefece3866efa91e51cd4413490eb41c919211;hb=d3835e76df74c5bc7f014048303a2845a1d2277e;hp=f4e063e11e5d488e0fc00286b2af2e8963762c21;hpb=99336679b49637c587ef985039ced76b205bd59a;p=kivitendo-erp.git diff --git a/modules/override/CGI/Ajax.pm b/modules/override/CGI/Ajax.pm index f4e063e11..95cefece3 100644 --- a/modules/override/CGI/Ajax.pm +++ b/modules/override/CGI/Ajax.pm @@ -834,8 +834,6 @@ pjx.prototype = { readyState4 : function(){ var rsp = $decodefn(this.r.responseText); /* the response from perl */ var splitval = '__pjx__'; /* to split text */ - /* fix IE problems with undef values in an Array getting squashed*/ - rsp = rsp.replace(splitval+splitval+'g',splitval+" "+splitval); var data = rsp.split(splitval); dt = this.target; if (dt.constructor != Array) { dt=[dt]; }