Changeset 28
- Timestamp:
- 11/25/05 15:47:47 (3 years ago)
- Files:
-
- trunk/jsolait/jsolait.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsolait/jsolait.js
r27 r28 503 503 throw new mod.LoadURIFailed(uri, e); 504 504 } 505 if(xmlhttp.status == 200 || xmlhttp.status == 0){ 505 //todo: the status checking needs testing 506 if(xmlhttp.status == 200 || xmlhttp.status == 0 || xmlhttp.status == null){ 506 507 var s= new String(xmlhttp.responseText); 507 508 s.__sourceURI__ = uri;
