Fixed OpenLayers.Util.getImagesLocation(), at least until we get the single file version working again.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@114 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -602,7 +602,7 @@ OpenLayers.getParameterString = function(params) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
OpenLayers.Util.getImagesLocation = function () {
|
OpenLayers.Util.getImagesLocation = function () {
|
||||||
return "img/";
|
return OpenLayers._getScriptLocation() + "img/";
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Takes a hash and copies any keys that don't exist from
|
/** Takes a hash and copies any keys that don't exist from
|
||||||
|
|||||||
Reference in New Issue
Block a user