mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 08:15:19 +03:00
Basic layout
This commit is contained in:
parent
4b2e6e3777
commit
b0726bbe8c
9 changed files with 229 additions and 5 deletions
3
main.js
3
main.js
|
@ -301,6 +301,9 @@ $(document).ready(function () {
|
|||
case 'cli':
|
||||
TABS.cli.initialize(content_ready);
|
||||
break;
|
||||
case 'ez_tune':
|
||||
TABS.ez_tune.initialize(content_ready);
|
||||
break;
|
||||
|
||||
default:
|
||||
console.log('Tab not found:' + tab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue