Skip to content

Commit

Permalink
changed this reference to leaflet be the same as we use in the core t…
Browse files Browse the repository at this point in the history
…ests and the other example.
  • Loading branch information
giles@earthware.co.uk committed Jun 27, 2013
1 parent cd8a6e7 commit 570ed1e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/leaflet.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
<title>Mapstraction Example - Leaflet</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<script src="http://code.jquery.com/jquery-1.8.2.min.js" type="text/javascript"></script>

<link href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.css" media="all" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js" type="text/javascript"></script>
<link href="http://leaflet.cloudmade.com/dist/leaflet.css" media="all" rel="stylesheet" type="text/css" />
<script src="http://leaflet.cloudmade.com/dist/leaflet.js" type="text/javascript"></script>
<script src="../source/mxn.js?(leaflet)" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" media="all" href="css/examples.css">
<script type="text/javascript">
Expand Down

0 comments on commit 570ed1e

Please sign in to comment.