summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-11-04 11:31:50 +0000
committerivan <ivan>2005-11-04 11:31:50 +0000
commite254aa061c5ae8b838ea2b5af2e96f6e6f843d59 (patch)
tree66c363116048e244cabbc6228a0ad016a7721659
parent92b2405b299bc60bc8bf6e594f7bd3f51645e124 (diff)
apply patch from Scott Edwards to show mason errors received from XMLHTTP requests
-rw-r--r--httemplate/elements/xmlhttp.html2
1 files changed, 1 insertions, 1 deletions
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("<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