1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2023-10-08 21:01:07 +02:00
parent 4b2e6e3777
commit b0726bbe8c
9 changed files with 229 additions and 5 deletions

View file

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