[freeside-commits] freeside/httemplate/elements xmlhttp.html, 1.4,
1.5
Ivan,,,
ivan at wavetail.420.am
Fri Nov 4 03:31:52 PST 2005
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv19712/httemplate/elements
Modified Files:
xmlhttp.html
Log Message:
apply patch from Scott Edwards to show mason errors received from XMLHTTP requests
Index: xmlhttp.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/xmlhttp.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xmlhttp.html 4 Nov 2005 11:31:19 -0000 1.4
+++ xmlhttp.html 4 Nov 2005 11:31:50 -0000 1.5
@@ -78,7 +78,7 @@
a[a.length-1](data);
if ( data.indexOf("<b>System error</b>") > -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
More information about the freeside-commits
mailing list