mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Sidenav toggles
This commit is contained in:
@ -62,7 +62,12 @@ $(document).ready(function () {
|
||||
"#stock-tree");
|
||||
|
||||
$('#logo').click(function() {
|
||||
openSideNav();
|
||||
if ($("#sidenav").width() == 0) {
|
||||
openSideNav();
|
||||
}
|
||||
else {
|
||||
closeSideNav();
|
||||
}
|
||||
});
|
||||
|
||||
{% block js_ready %}
|
||||
|
Reference in New Issue
Block a user