Changeset 13748 for trunk/FACT++/www
- Timestamp:
- 05/16/12 09:11:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/shift/calendar.js
r13722 r13748 497 497 xmlHttp.onload = function () 498 498 { 499 if (xmlHttp.status!= 200)499 if (xmlHttp.status!=401) 500 500 { 501 501 alert("ERROR - HTTP request: "+xmlHttp.statusText+" ["+xmlHttp.status+"]"); 502 502 return; 503 503 } 504 505 alert(xmlHttp.statusText); 504 506 }; 505 507
Note:
See TracChangeset
for help on using the changeset viewer.