From 14196834bbab4695e846406a17c7b3eff5c8c235 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 24 May 2006 16:14:52 +0000 Subject: [PATCH] the proxy reference can safely be shortened. thanks phil git-svn-id: http://svn.openlayers.org/trunk/openlayers@324 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Ajax.js b/lib/OpenLayers/Ajax.js index 5dc12c0b14..28e16b703e 100644 --- a/lib/OpenLayers/Ajax.js +++ b/lib/OpenLayers/Ajax.js @@ -1,5 +1,5 @@ -OpenLayers.ProxyHost = "../../../viewer/Crossbrowser/blindproxy.py?url="; +OpenLayers.ProxyHost = "/viewer/Crossbrowser/blindproxy.py?url="; //OpenLayers.ProxyHost = "examples/proxy.cgi?url="; /**