2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

Refactor sidebar for "sales order" page

This commit is contained in:
Oliver
2021-10-29 01:08:18 +11:00
parent 5a2c20ea55
commit 00a0311c63
5 changed files with 12 additions and 54 deletions

View File

@ -17,8 +17,6 @@ function activatePanel(label, panel_name, options={}) {
$('.panel-visible').hide();
$('.panel-visible').removeClass('panel-visible');
console.log('active panel:', label, panel_name);
// Find the target panel
var panel = `#panel-${panel_name}`;
var select = `#select-${panel_name}`;