Skip to content

Commit

Permalink
Chore: Update leaflet
Browse files Browse the repository at this point in the history
Version needed bumping to 1.9.x track from 1.5.x for css and js

Signed-off-by: Daniel Pett <[email protected]>
  • Loading branch information
portableant committed Apr 15, 2024
1 parent 7c148e8 commit cd6c25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions _includes/structure/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
<link rel="icon" href="/favicon.ico"/>
<link type="text/plain" rel="author" href="/humans.txt" />
{% if page.lat %}
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
{% endif %}
4 changes: 1 addition & 3 deletions _includes/structure/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
<script defer type="text/javascript" src="/js/klaro.js"></script>
<!-- End of body -->
{% if page.lat %}
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
crossorigin=""></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
{% endif %}
{% if page.id == 'search' %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" integrity="sha512-4xUl/d6D6THrAnXAwGajXkoWaeMNwEKK4iNfq5DotEbLPAfk6FSxSP3ydNxqDgCw1c/0Z1Jg6L8h2j+++9BZmg==" crossorigin="anonymous"></script>
Expand Down

0 comments on commit cd6c25e

Please sign in to comment.