[Pkg-javascript-commits] [leaflet-markercluster] 345/479: Move example to old-bugs dir (not that it is fixed yet)
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:49 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 d387694ce5f3a836f902c500876e370cfa064691
Author: danzel <danzel at localhost.geek.nz>
Date: Wed Apr 24 10:20:58 2013 +1200
Move example to old-bugs dir (not that it is fixed yet)
---
.../disappearing-marker-from-spider.html} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/example/marker-clustering-disappearing-marker-bug.html b/example/old-bugs/disappearing-marker-from-spider.html
similarity index 92%
rename from example/marker-clustering-disappearing-marker-bug.html
rename to example/old-bugs/disappearing-marker-from-spider.html
index 86317ab..2db92b4 100644
--- a/example/marker-clustering-disappearing-marker-bug.html
+++ b/example/old-bugs/disappearing-marker-from-spider.html
@@ -7,12 +7,12 @@
<!--[if lte IE 8]><link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.ie.css" /><![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="screen.css" />
+ <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>
+ <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 style="font-family: verdana; font-size: 80%;">
--
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