OpenLayers OpenLayers

Changeset 1645

Show
Ignore:
Timestamp:
10/06/06 11:29:47 (2 years ago)
Author:
crschmidt
Message:

OpenLayers.js changes didn't suit Safari very well.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers.js

    r1634 r1645  
    5151        "OpenLayers/BaseTypes.js", 
    5252        "OpenLayers/Util.js", 
    53         "OpenLayers/Prototype.js",  
    5453        "Rico/Corner.js", 
    5554        "Rico/Color.js", 
     
    104103 
    105104    for (var i = 0; i < jsfiles.length; i++) { 
    106         if (/MSIE/.test(navigator.userAgent)) { 
     105        if (/MSIE/.test(navigator.userAgent) || /Safari/.test(navigator.userAgent)) { 
    107106            var currentScriptTag = "<script src='" + host + jsfiles[i] + "'></script>";  
    108107            allScriptTags += currentScriptTag;