mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Removing more review related code. Adding skeleton of new Ports tab.
This commit is contained in:
parent
32820853ce
commit
fe72557b12
7 changed files with 114 additions and 45 deletions
3
main.js
3
main.js
|
@ -95,6 +95,9 @@ $(document).ready(function () {
|
|||
case 'tab_adjustments':
|
||||
TABS.adjustments.initialize(content_ready);
|
||||
break;
|
||||
case 'tab_ports':
|
||||
TABS.ports.initialize(content_ready);
|
||||
break;
|
||||
|
||||
case 'tab_setup':
|
||||
TABS.setup.initialize(content_ready);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue