Skip to content

Commit 6ecc9c4

Browse files
committed
update indexes
1 parent a877ce3 commit 6ecc9c4

22 files changed

+2745
-2223
lines changed

src/2015/index.html

+23-23
Large diffs are not rendered by default.

src/2015/leaderboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="title-event">&nbsp;&nbsp;&nbsp;<span class="title-event-wrap">$year=<
3535
<button onclick="drawChart('five')">Show Top Five</button>
3636
<canvas id="canvas"></canvas>
3737
<script type="module">
38-
import { Chart, registerables } from 'https://cdn.skypack.dev/[email protected].7?min';
38+
import { Chart, registerables } from 'https://cdn.skypack.dev/[email protected].8?min';
3939
import config from "./leaderboard.json" with { type: "json" };
4040
Chart.register(...registerables);
4141
function currentConfig() {

0 commit comments

Comments
 (0)