New mashlib.js -- see mashlib.js Makefile
authorTim Berners-Lee <timbl+hg@w3.org>
Thu, 01 Sep 2011 20:25:12 -0400
changeset 37 f2b27056e1a3
parent 36 ec83494172e3
child 38 38367717b140
New mashlib.js -- see mashlib.js Makefile
src/main/resources/public/mashlib.js
--- a/src/main/resources/public/mashlib.js	Thu Sep 01 15:44:33 2011 -0400
+++ b/src/main/resources/public/mashlib.js	Thu Sep 01 20:25:12 2011 -0400
@@ -7974,7 +7974,10 @@
                     xhr.handle(function() {
                         sf.doneFetch(xhr, args)
                     })
-                }
+                } else {
+                    sf.failFetch(xhr, "HTTP failed unusually. (Skipped readyState3?) (cross-site violation?) for <"+
+                        docuri+">");
+                }    
                 break
             }
         }