- Timestamp:
- 10/05/09 10:07:48 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
contribs/mapfish-api/trunk/MapFishApi/js/mapfish_api.js
r3016 r3036 134 134 OpenLayers.Util.onImageLoadError = function() { 135 135 this.style.display = "none"; 136 // set the size to 0x0because webkit don't take the display into136 // set the img src because webkit don't take the display into 137 137 // account and display a "broken image" icon. 138 this.style.width = "0px"; 139 this.style.height = "0px"; 138 this.src = Ext.BLANK_IMAGE_URL; 140 139 }; 141 140 }
