diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 00:31:37 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 00:39:08 +0100 |
| commit | 7422d6f86dffb6f0bf7cb015e188bc62c0f1111e (patch) | |
| tree | acf8d457868add27f03bf39563b8090f052b0a1b /examples/dashboard/templates | |
| parent | 91cb0aafaf20c0923e44ce058e1740a2e2804876 (diff) | |
| download | python-gamelocker-7422d6f86dffb6f0bf7cb015e188bc62c0f1111e.tar.gz python-gamelocker-7422d6f86dffb6f0bf7cb015e188bc62c0f1111e.zip | |
add jquery and highcharts files to example
Diffstat (limited to 'examples/dashboard/templates')
| -rw-r--r-- | examples/dashboard/templates/index.html | 4 |
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", { |
