[freeside-commits] freeside/httemplate/elements xmlhttp.html, 1.5,
1.6
Ivan,,,
ivan at wavetail.420.am
Fri Nov 4 03:43:44 PST 2005
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv19810/httemplate/elements
Modified Files:
xmlhttp.html
Log Message:
oops, typo applying patch
Index: xmlhttp.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/xmlhttp.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xmlhttp.html 4 Nov 2005 11:31:50 -0000 1.5
+++ xmlhttp.html 4 Nov 2005 11:43:42 -0000 1.6
@@ -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