Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Leaflet 0.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Aug 6, 2013
1 parent f56af76 commit 8e5e1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/main.scala.html
Expand Up @@ -37,9 +37,9 @@

<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">

<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.3/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.3/leaflet.ie.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
Expand All @@ -60,7 +60,7 @@
<body>
<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-2.0.3.js"></script>
<script type="text/javascript" language="javascript" src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script type="text/javascript" language="javascript" src="//cdn.leafletjs.com/leaflet-0.6.3/leaflet.js"></script>
<script type="text/javascript" language="javascript" src="//cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>

@scripts

Expand Down

0 comments on commit 8e5e1e3

Please sign in to comment.