summaryrefslogtreecommitdiff
path: root/examples/dashboard/templates/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-01-15 00:31:37 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-01-15 00:39:08 +0100
commit7422d6f86dffb6f0bf7cb015e188bc62c0f1111e (patch)
treeacf8d457868add27f03bf39563b8090f052b0a1b /examples/dashboard/templates/index.html
parent91cb0aafaf20c0923e44ce058e1740a2e2804876 (diff)
downloadpython-gamelocker-7422d6f86dffb6f0bf7cb015e188bc62c0f1111e.tar.gz
python-gamelocker-7422d6f86dffb6f0bf7cb015e188bc62c0f1111e.zip
add jquery and highcharts files to example
Diffstat (limited to 'examples/dashboard/templates/index.html')
-rw-r--r--examples/dashboard/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dashboard/templates/index.html b/examples/dashboard/templates/index.html
index ead4fdd..b11d2ef 100644
--- a/examples/dashboard/templates/index.html
+++ b/examples/dashboard/templates/index.html
@@ -9,8 +9,8 @@
<div id="gameType" style="height: 100%; width: 400px;"></div>
<div id="players" style="height: 100%; width: 400px;"></div>
<div id="picks" style="height: 100%; width: 400px;"></div>
- <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
- <script src="http://code.highcharts.com/highcharts.js"></script>
+ <script src="/static/jquery-3.1.1.min.js"></script>
+ <script src="/static/highcharts.js"></script>
<script>
$(function () {
Highcharts.chart("gameType", {