Changeset 1645
- Timestamp:
- 10/06/06 11:29:47 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r1634 r1645 51 51 "OpenLayers/BaseTypes.js", 52 52 "OpenLayers/Util.js", 53 "OpenLayers/Prototype.js",54 53 "Rico/Corner.js", 55 54 "Rico/Color.js", … … 104 103 105 104 for (var i = 0; i < jsfiles.length; i++) { 106 if (/MSIE/.test(navigator.userAgent) ) {105 if (/MSIE/.test(navigator.userAgent) || /Safari/.test(navigator.userAgent)) { 107 106 var currentScriptTag = "<script src='" + host + jsfiles[i] + "'></script>"; 108 107 allScriptTags += currentScriptTag;
