1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 21:05:30 +03:00

load mixer config on demand

This commit is contained in:
Kiripolszky Károly 2018-07-22 10:49:04 +02:00
parent f71dcb9c3c
commit c4e9d1778c
5 changed files with 18 additions and 12 deletions

View file

@ -98,7 +98,7 @@ function startProcess() {
GUI.tab_switch_cleanup(function () {
// disable previously active tab highlight
$('li', ui_tabs).removeClass('active');
// Highlight selected tab
$(self).parent().addClass('active');