summaryrefslogtreecommitdiff
path: root/website/app.js
diff options
context:
space:
mode:
authorDavid Stone <davidjamesstone@gmail.com>2019-04-25 18:20:10 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-04-25 13:20:10 -0400
commit098d6fffabb85d102b3662dacf3173c47e551d34 (patch)
tree55e1f050757b6ea8c0e3dcb9f86627f3df299ef1 /website/app.js
parente725b26b289fbe96b679039ba4203f10f7229ab9 (diff)
Fix anchor links and add spinner to the benchmarks page (#2205)
Diffstat (limited to 'website/app.js')
-rw-r--r--website/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/app.js b/website/app.js
index 7663e41f0..7af2875b2 100644
--- a/website/app.js
+++ b/website/app.js
@@ -194,7 +194,7 @@ export function drawCharts(dataUrl) {
if (window["location"]["hostname"] != "deno.github.io") {
dataUrl = "https://denoland.github.io/deno/" + dataUrl;
}
- drawChartsFromBenchmarkData(dataUrl);
+ return drawChartsFromBenchmarkData(dataUrl);
}
/**