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