From: ivan Date: Fri, 4 Nov 2005 11:31:50 +0000 (+0000) Subject: apply patch from Scott Edwards to show mason errors received from XMLHTTP requests X-Git-Tag: BEFORE_FINAL_MASONIZE~326 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e254aa061c5ae8b838ea2b5af2e96f6e6f843d59 apply patch from Scott Edwards to show mason errors received from XMLHTTP requests --- diff --git a/httemplate/elements/xmlhttp.html b/httemplate/elements/xmlhttp.html index 4f4c5f53b..cf277fe1a 100644 --- a/httemplate/elements/xmlhttp.html +++ b/httemplate/elements/xmlhttp.html @@ -78,7 +78,7 @@ a[a.length-1](data); if ( data.indexOf("System error") > -1 ) { var w; - if ( w = window.open("about:blank") _ } + if ( w = window.open("about:blank") ) } w.document.write(data); } else { // popup blocking? should use an overlib popup instead