mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Fix trailing
This commit is contained in:
parent
d243a24755
commit
4243e70a18
1 changed files with 2 additions and 2 deletions
|
@ -1022,13 +1022,13 @@ TABS.firmware_flasher.initialize = function (callback) {
|
|||
|
||||
portPickerElement.change(function () {
|
||||
if (!GUI.connect_lock) {
|
||||
if ($('option:selected', this).data().isDFU) {
|
||||
if ($('option:selected', this).data().isDFU) {
|
||||
exitDfuElement.removeClass('disabled');
|
||||
} else {
|
||||
$("a.load_remote_file").removeClass('disabled');
|
||||
$("a.load_file").removeClass('disabled');
|
||||
exitDfuElement.addClass('disabled');
|
||||
}
|
||||
}
|
||||
}
|
||||
}).change();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue