From: ivan Date: Fri, 4 Nov 2005 11:43:42 +0000 (+0000) Subject: oops, typo applying patch X-Git-Tag: SQL_LEDGER_2_4_4~1^2~94 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=705fca9417351f1fb86304ad95e33f61fb491587;p=freeside.git oops, typo applying patch --- diff --git a/httemplate/elements/xmlhttp.html b/httemplate/elements/xmlhttp.html index cf277fe1a..28130e501 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