From 644dc8dcb2279672d14641d832df44e6dd736ca3 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Thu, 18 May 2006 01:00:11 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index ff1a79c458..97dc4c0845 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -602,7 +602,7 @@ OpenLayers.getParameterString = function(params) { }; OpenLayers.Util.getImagesLocation = function () { - return "img/"; + return OpenLayers._getScriptLocation() + "img/"; }; /** Takes a hash and copies any keys that don't exist from