[tor-commits] [depictor/vote-tracking] Accidently was getting the javascript externally
tom at torproject.org
tom at torproject.org
Wed Jul 6 18:13:21 UTC 2016
commit 8883e81e437200d08a4cc6b4994551a001fd059c
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