Also turn on extended data with #extended in the URL
This commit is contained in:
parent
c9e729a48a
commit
c9997a783f
|
@ -198,7 +198,7 @@ function initialize() {
|
|||
|
||||
$("#loader").removeClass("hidden");
|
||||
|
||||
if (ExtendedData) {
|
||||
if (ExtendedData || window.location.hash == '#extended') {
|
||||
$("#extendedData").removeClass("hidden");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue