Local copies of JavaScript libraries

This commit is contained in:
Neale Pickett 2019-11-12 19:06:15 +00:00
parent 4f3c3fbd04
commit 01b171f10a
3 changed files with 10 additions and 2 deletions

7
theme/Chart.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
theme/moment.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,8 @@
<title>Scoreboard</title>
<link rel="stylesheet" href="basic.css">
<meta name="viewport" content="width=device-width">
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0/dist/Chart.min.js" async></script>
<script src="moment.min.js" async></script>
<script src="Chart.min.js" async></script>
<script src="scoreboard.js" async></script>
</head>
<body class="wide">