[Pkg-javascript-commits] [leaflet-markercluster] 443/479: leaflet 0.7 + remove ie css
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:01:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 561414129046fd279147fdaf51a466a2fc571ecd
Author: Frank Rowe <fsrowe at gmail.com>
Date: Mon Nov 25 14:02:53 2013 -0500
leaflet 0.7 + remove ie css
---
example/geojson.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/example/geojson.html b/example/geojson.html
index 05bca34..4a3652d 100644
--- a/example/geojson.html
+++ b/example/geojson.html
@@ -3,15 +3,13 @@
<head>
<title>Leaflet debug page</title>
- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.css" />
- <!--[if lte IE 8]><link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.ie.css" /><![endif]-->
- <script src="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.js"></script>
+ <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
+ <script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="screen.css" />
<link rel="stylesheet" href="../dist/MarkerCluster.css" />
<link rel="stylesheet" href="../dist/MarkerCluster.Default.css" />
- <!--[if lte IE 8]><link rel="stylesheet" href="../dist/MarkerCluster.Default.ie.css" /><![endif]-->
<script src="../dist/leaflet.markercluster-src.js"></script>
</head>
<body>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list