1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Remove rewrite text flash firmware

This commit is contained in:
Miguel Angel Mulero Martinez 2019-04-17 18:53:00 +02:00
parent faf78105b4
commit b20bd006ce

View file

@ -95,7 +95,6 @@ function initializeSerialBackend() {
$('#tabs ul.mode-disconnected .tab_landing a').click();
} else {
$('#tabs ul.mode-disconnected .tab_firmware_flasher a').click();
$('div.open_firmware_flasher a.flash_state').text(i18n.getMessage('flashTab'));
$('div#flashbutton a.flash_state').addClass('active');
$('div#flashbutton a.flash').addClass('active');
document.getElementById("tab_landing").style.display = "none";