Changeset 40
- Timestamp:
- 01/27/06 12:08:05 (3 years ago)
- Files:
-
- trunk/jsolait/jsolait.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsolait/jsolait.js
r37 r40 557 557 } 558 558 //todo: the status checking needs testing 559 if(xmlhttp.status == 200 || xmlhttp.status == 0 || xmlhttp.status == null ){559 if(xmlhttp.status == 200 || xmlhttp.status == 0 || xmlhttp.status == null || xmlhttp.status == 304){ 560 560 var s= new String(xmlhttp.responseText); 561 561 s.__sourceURI__ = uri;
