1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: BW Keller <malzraa@gmail.com>
Date: Fri, 27 Sep 2019 14:54:51 +0200
Subject: Use debian's built in jquery and leaflet
---
yt/visualization/mapserver/html/map_index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/yt/visualization/mapserver/html/map_index.html b/yt/visualization/mapserver/html/map_index.html
index 524a878..f78220b 100644
--- a/yt/visualization/mapserver/html/map_index.html
+++ b/yt/visualization/mapserver/html/map_index.html
@@ -2,9 +2,9 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Leaflet JavaScript -->
-<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.2.0/leaflet.js"></script>
-<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.2.0/leaflet.css" />
-<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
+<script type="text/javascript" src="/usr/share/javascript/leaflet/leaflet.js"></script>
+<link rel="stylesheet" href="/usr/share/javascript/leaflet/leaflet.css" />
+<script type="text/javascript" src="/usr/share/javascript/jquery/jquery.min.js"></script>
<script type="text/javascript" src="static/Leaflet.Coordinates-0.1.5.src.js"></script>
<link rel="stylesheet" href="static/Leaflet.Coordinates-0.1.5.css" />
|