[hamradio-commits] [dump1090-mutability] 01/03: jquery

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:46:00 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch patch-queue/master
in repository dump1090-mutability.

commit c0ce7427846ed6982b05011648f812758955af1a
Author: Matthew John Ernisse <mernisse at ub3rgeek.net>
Date:   Sat Jan 27 22:57:54 2018 +0100

    jquery
    
    Locally serve jQuery and jQuery-UI files.
---
 public_html/gmap.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/public_html/gmap.html b/public_html/gmap.html
index a2f0ff2..b086afd 100644
--- a/public_html/gmap.html
+++ b/public_html/gmap.html
@@ -2,9 +2,9 @@
 	<head>
 		<meta charset="utf-8"/>
 		<link rel="stylesheet" type="text/css" href="style.css" />
-		<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
-		<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
-		<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
+		<link rel="stylesheet" href="jquery-ui.min.css" />
+		<script src="jquery.min.js"></script>
+		<script src="jquery-ui.min.js"></script>
 		<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&libraries=geometry"></script>
 		<script type="text/javascript" src="config.js"></script>
 		<script type="text/javascript" src="planeObject.js"></script>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list