[tor-commits] [atlas/master] index: Fix jQuery import

irl at torproject.org irl at torproject.org
Tue Nov 14 12:39:34 UTC 2017


commit f57a57104e31fdd0c6343594a592857e995de00e
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Tue Nov 14 11:00:03 2017 +0000

    index: Fix jQuery import
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index b317559..4d99797 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
   <meta name="msapplication-square310x310logo" content="https://metrics.torproject.org/images/largetile.png">
 
   <!-- jQuery -->
-  <script src="js/jquery-3.2.1.min.js"></script>
+  <script src="https://metrics.torproject.org/js/jquery-3.2.1.min.js"></script>
 
   <!-- Bootstrap -->
   <link rel="stylesheet" href="css/bootstrap.min.css">





More information about the tor-commits mailing list