Fix nochmal überarbeitet, und den seltsamen Fix komplett entfernt.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 27 Jul 2009 12:00:20 +0000 (14:00 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 28 Aug 2009 15:11:59 +0000 (17:11 +0200)
modules/override/CGI/Ajax.pm

index 461adf3..95cefec 100644 (file)
@@ -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(new RegExp(splitval+splitval, "g"),splitval+" "+splitval);
     var data = rsp.split(splitval);  
     dt = this.target;
     if (dt.constructor != Array) { dt=[dt]; }