Displaying the sidebar while page loads

revert-dabc3590
Dunith Dhanushka 8 years ago committed by GitHub
parent 8ad75198eb
commit 2c696b7222

@ -120,6 +120,8 @@ function initializeMap() {
}
});
//setting the sidebar to be opened when page loads
$("a[href='#left_side_pannel']").trigger('click');
}
/* Attribution control */
@ -417,4 +419,4 @@ function clearFocus() {
spatialObject.removeFromMap();
selectedSpatialObject = null;
}
}
}

Loading…
Cancel
Save