From 38a30b3466a3a5b205b5b42587a5290f58114b48 Mon Sep 17 00:00:00 2001 From: Ken Knudsen Date: Fri, 13 Aug 2021 00:50:44 +0000 Subject: [PATCH] Resolve javascript race condition to ensure dependencies load first --- CHANGELOG.md | 1 + theme/scoreboard.html | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1b588..cef214b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v4.2.1] - unreleased ### Fixed - Transpiled KSAs no longer dropped +- Resolve race condition to ensure Javascript dependencies load before "chart" is called ## [v4.2.0] - 2020-03-26 ### Changed diff --git a/theme/scoreboard.html b/theme/scoreboard.html index ed0c339..a7d612a 100644 --- a/theme/scoreboard.html +++ b/theme/scoreboard.html @@ -4,9 +4,6 @@ Scoreboard - - -

@@ -20,5 +17,9 @@
  • Scoreboard
  • + + + +