commit 2aa72ed90ffdee733218a79472b9bd8a98e8bd80
Author: Tom Ritter <t...@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"

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to