apply patch from Scott Edwards to show mason errors received from XMLHTTP requests
authorivan <ivan>
Fri, 4 Nov 2005 11:31:50 +0000 (11:31 +0000)
committerivan <ivan>
Fri, 4 Nov 2005 11:31:50 +0000 (11:31 +0000)
httemplate/elements/xmlhttp.html

index 4f4c5f5..cf277fe 100644 (file)
@@ -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