Remove v2 from CDN src
I think this is an unnecessary leftover from issues with 0.7.1 required a rebuild on the CDN.
This commit is contained in:
parent
e541e3add2
commit
794747b32c
@ -35,7 +35,7 @@ The latest stable Leaflet release is hosted on a CDN — to start using
|
||||
it straight away, place this in the `head` of your HTML code:
|
||||
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js?2"></script>
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
|
||||
|
||||
### Leaflet Source Code
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user