mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Displaying the sidebar while page loads
This commit is contained in:
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…
Reference in New Issue
Block a user