cakiki commited on
Commit
57b8347
1 Parent(s): d10a3b4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -4,7 +4,7 @@
4
  <title>EMNLP 2022 papers on a map</title>
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
  <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.0/dist/leaflet.css" />
7
- <link rel="stylesheet" href="https://opengeo.tech/maps/leaflet-search/src/leaflet-search.css" />
8
  <link rel="stylesheet" href="./style.css" />
9
 
10
  <meta charset="utf-8" />
@@ -136,7 +136,7 @@ document.addEventListener('DOMContentLoaded', function() {
136
 
137
  <script src="./papers_with_anthology_urls.js"></script>
138
  <script src="https://unpkg.com/leaflet@1.3.0/dist/leaflet.js"></script>
139
- <script src="https://opengeo.tech/maps/leaflet-search/src/leaflet-search.js"></script>
140
 
141
  </body>
142
  </html>
 
4
  <title>EMNLP 2022 papers on a map</title>
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
  <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.0/dist/leaflet.css" />
7
+ <link rel="stylesheet" href="https://unpkg.com/leaflet-search@3.0.2/src/leaflet-search.css" />
8
  <link rel="stylesheet" href="./style.css" />
9
 
10
  <meta charset="utf-8" />
 
136
 
137
  <script src="./papers_with_anthology_urls.js"></script>
138
  <script src="https://unpkg.com/leaflet@1.3.0/dist/leaflet.js"></script>
139
+ <script src="https://unpkg.com/leaflet-search@3.0.2/src/leaflet-search.js"></script>
140
 
141
  </body>
142
  </html>