mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 04:00:57 +00:00
Refactor "search" page
This commit is contained in:
@ -96,8 +96,6 @@ function enableSidebar(label, options={}) {
|
||||
// Find the matching panel element to display
|
||||
var panel_name = el.attr('id').replace('select-', '');
|
||||
|
||||
console.log("activating panel:", panel_name);
|
||||
|
||||
activatePanel(label, panel_name, options);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user