commit 8883e81e437200d08a4cc6b4994551a001fd059c
Author: Tom Ritter <[email protected]>
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
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to