mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +02:00
leaflet 0.7 + remove ie css
This commit is contained in:
@@ -3,15 +3,13 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Leaflet debug page</title>
|
<title>Leaflet debug page</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.css" />
|
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/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.7/leaflet.js"></script>
|
||||||
<script src="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.js"></script>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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.css" />
|
||||||
<link rel="stylesheet" href="../dist/MarkerCluster.Default.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>
|
<script src="../dist/leaflet.markercluster-src.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user