mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Merge pull request #1213 from timman2er/patch_firmware_update_button
small fix of firmware button
This commit is contained in:
commit
e8400ffaf5
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ function startProcess() {
|
|||
|
||||
GUI.tab_switch_cleanup(function () {
|
||||
// disable active firmware flasher if it was active
|
||||
if ($('div#flashbutton a.flash_state').hasClass('active') && $('div#flashbutton a.flash').addClass('active')) {
|
||||
if ($('div#flashbutton a.flash_state').hasClass('active') && $('div#flashbutton a.flash').hasClass('active')) {
|
||||
$('div#flashbutton a.flash_state').removeClass('active');
|
||||
$('div#flashbutton a.flash').removeClass('active');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue