Changeset 1597
- Timestamp:
- Oct 3, 2010, 9:31:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/js/pMap.js
r1425 r1597 90 90 if (xmlhttp.status == 404) 91 91 { 92 if ( pMap_Tries == pMap_MaxTries ) { alert("Failed to load image map"); return(0); } 92 if ( pMap_Tries == pMap_MaxTries ) { 93 // alert("Failed to load image map"); 94 return(0); 95 } 93 96 94 97 pMap_Tries++;
Note: See TracChangeset
for help on using the changeset viewer.