Fix silly typo which neither Paul nor I caught, with tests this time. Thanks
Tim for catching it. git-svn-id: http://svn.openlayers.org/trunk/openlayers@5866 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -60,7 +60,7 @@ OpenLayers.loadURL = function(uri, params, caller,
|
||||
onComplete, onFailure) {
|
||||
|
||||
if (OpenLayers.ProxyHost && OpenLayers.String.startsWith(uri, "http")) {
|
||||
uri = OpenLayers.ProxyHost + escapeURIComponent(uri);
|
||||
uri = OpenLayers.ProxyHost + encodeURIComponent(uri);
|
||||
}
|
||||
|
||||
var success = (onComplete) ? OpenLayers.Function.bind(onComplete, caller)
|
||||
|
||||
Reference in New Issue
Block a user