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

polishing connect UI

This commit is contained in:
cTn 2013-11-22 11:59:38 +01:00
parent 206dc6ab26
commit e99cbcecee
2 changed files with 9 additions and 5 deletions

View file

@ -214,6 +214,8 @@ function process_data(command, message_buffer, message_length_expected) {
// IDENT received, show the tab content
if (!configuration_received) {
configuration_received = true;
$('div#port-picker a.connect').text('Disconnect').addClass('active');
$('#tabs li a:first').click();
}
break;