Skip to content

Commit

Permalink
use opnelayers 2.11 cause 2.12 break OpenLayers.Request.GET on diffre…
Browse files Browse the repository at this point in the history
…nt domain (same origin policy)
  • Loading branch information
brunob committed Jun 29, 2012
1 parent 7aaa7c7 commit 4d60269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/openlayers_geocoder.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mapstraction Examples - OpenLayers Geocoder</title>
<script src="http://openlayers.org/api/OpenLayers.js"></script>
<script src="http://openlayers.org/api/2.11/OpenLayers.js"></script>
<script src="../source/mxn.js?(openlayers,[geocoder])" type="text/javascript"></script>
<style type="text/css">

Expand Down
2 changes: 1 addition & 1 deletion examples/openlayers_reverse_geocoder.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mapstraction Examples - OpenLayers Reverse Gecoder</title>
<script src="http://openlayers.org/api/OpenLayers.js"></script>
<script src="http://openlayers.org/api/2.11/OpenLayers.js"></script>
<script src="../source/mxn.js?(openlayers,[geocoder])" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script>
<style type="text/css">
Expand Down

0 comments on commit 4d60269

Please sign in to comment.