2
0
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:
Oliver
2021-10-29 13:54:46 +11:00
parent 0f10936e65
commit 8afa39cd91
4 changed files with 52 additions and 85 deletions

View File

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