[tor-commits] [depictor/master] Accidently was getting the javascript externally

tom at torproject.org tom at torproject.org
Thu Sep 1 15:13:03 UTC 2016


commit 2aa72ed90ffdee733218a79472b9bd8a98e8bd80
Author: Tom Ritter <tom at ritter.vg>
Date:   Wed Jul 6 13:12:54 2016 -0500

    Accidently was getting the javascript externally
---
 graphs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphs.py b/graphs.py
index e36ca45..176ec27 100755
--- a/graphs.py
+++ b/graphs.py
@@ -42,7 +42,7 @@ class GraphWriter(WebsiteWriter):
 			+ "    <meta http-equiv=\"content-type\" content=\"text/html; charset=ISO-8859-1\">\n"
 			+ "    <link href=\"stylesheet-ltr.css\" type=\"text/css\" rel=\"stylesheet\">\n"
 			+ "    <link href=\"favicon.ico\" type=\"image/x-icon\" rel=\"shortcut icon\">\n"
-			+ "    <script src=\"https://d3js.org/d3.v4.min.js\"></script>\n"
+			+ "    <script src=\"d3.v4.min.js\"></script>\n"
 			+ "  </head>\n"
 			+ "  <body>\n"
 			+ "  <style>\n"



More information about the tor-commits mailing list