From c9997a783f862e3329c8c375e004b30de111653d Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Wed, 9 May 2018 15:33:26 +0100 Subject: [PATCH] Also turn on extended data with #extended in the URL --- public_html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/script.js b/public_html/script.js index 43be896..73f89e4 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -198,7 +198,7 @@ function initialize() { $("#loader").removeClass("hidden"); - if (ExtendedData) { + if (ExtendedData || window.location.hash == '#extended') { $("#extendedData").removeClass("hidden"); }