summaryrefslogtreecommitdiff
path: root/src/viz/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/viz/index.html')
-rw-r--r--src/viz/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/viz/index.html b/src/viz/index.html
index fd3b3db..978b8d8 100644
--- a/src/viz/index.html
+++ b/src/viz/index.html
@@ -4,10 +4,6 @@
<title>Sfive Stats</title>
<link rel="stylesheet" href="index.css" type="text/css" />
<script src="jquery-2.1.1.min.js" ></script>
- <script type="text/javascript" src="https://www.google.com/jsapi"></script>
- <script type="text/javascript">
- google.load('visualization', '1', {packages: ['gauge']});
- </script>
<script type="text/javascript" src="dygraph-combined.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>