X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=patches%2Fopenlayers%2F0001-update-script-location-in-single-file.patch;fp=patches%2Fopenlayers%2F0001-update-script-location-in-single-file.patch;h=546223e781ebfe900399287a76d5f8ca8213fc51;hp=0000000000000000000000000000000000000000;hb=b602b39eea6db7f6d9b912eb6d7c680156ac9d97;hpb=b27131a4de0a72fad65ac9ad370163dba5fce1ad diff --git a/patches/openlayers/0001-update-script-location-in-single-file.patch b/patches/openlayers/0001-update-script-location-in-single-file.patch new file mode 100644 index 0000000..546223e --- /dev/null +++ b/patches/openlayers/0001-update-script-location-in-single-file.patch @@ -0,0 +1,25 @@ +From e6b764e2afc1fdcce8bd35515ea717ea2e2eba3a Mon Sep 17 00:00:00 2001 +From: arno +Date: Mon, 21 Mar 2011 19:12:49 +0100 +Subject: [PATCH 1/5] update script location in single file + +--- + openlayers/lib/OpenLayers.js | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/openlayers/lib/OpenLayers.js b/openlayers/lib/OpenLayers.js +index af46000..0a42abd 100644 +--- a/openlayers/lib/OpenLayers.js ++++ b/openlayers/lib/OpenLayers.js +@@ -28,7 +28,7 @@ + /** + * Relative path of this script. + */ +- var scriptName = (!singleFile) ? "lib/OpenLayers.js" : "OpenLayers.js"; ++ var scriptName = "OpenLayers.js"; + + /* + * If window.OpenLayers isn't set when this script (OpenLayers.js) is +-- +1.7.4.1 +