2
0
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:
Matthias 2021-12-07 00:52:14 +01:00
parent 46279c8172
commit fbc4cfe166
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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);