1
0
Fork 0
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:
Dominic Clifton 2015-01-02 00:05:09 +00:00
parent 32820853ce
commit fe72557b12
7 changed files with 114 additions and 45 deletions

View file

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