mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove always show
This commit is contained in:
parent
46279c8172
commit
fbc4cfe166
@ -178,9 +178,6 @@ function enableSidetree(label) {
|
||||
|
||||
setSidetreeState(label, state);
|
||||
|
||||
// Finally, show the sidebar
|
||||
$('#sidetree').show();
|
||||
|
||||
function setSidetreeState(label, state) {
|
||||
if (state == 'collapsed') {
|
||||
$('#sidetree').hide(100);
|
||||
|
Loading…
Reference in New Issue
Block a user