|
@@ -173,7 +173,6 @@ class Http {
|
|
var isLocal = rlocalProtocol.match( protocol );
|
|
var isLocal = rlocalProtocol.match( protocol );
|
|
if ( isLocal ) {
|
|
if ( isLocal ) {
|
|
s = r.responseText != null ? 200 : 404;
|
|
s = r.responseText != null ? 200 : 404;
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if( s == untyped __js__("undefined") )
|
|
if( s == untyped __js__("undefined") )
|