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"); }