mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 04:00:57 +00:00
Implement sidebar for "part category" display
This commit is contained in:
@ -273,7 +273,7 @@ function initNavTree(options) {
|
||||
/**
|
||||
* Enable support for sidebar on this page
|
||||
*/
|
||||
function enableSidebar(label, options) {
|
||||
function enableSidebar(label, options={}) {
|
||||
|
||||
// Enable callbacks for sidebar buttons
|
||||
$('.sidebar-selector').click(function() {
|
||||
|
Reference in New Issue
Block a user