Hide extended data fields by default

This commit is contained in:
Oliver Jowett 2018-05-09 15:20:45 +01:00
parent 084acd2951
commit c9e729a48a
3 changed files with 12 additions and 1 deletions

View file

@ -197,7 +197,11 @@ function initialize() {
refreshClock();
$("#loader").removeClass("hidden");
if (ExtendedData) {
$("#extendedData").removeClass("hidden");
}
// Set up map/sidebar splitter
$("#sidebar_container").resizable({handles: {w: '#splitter'}});