1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 05:45:25 +03:00

fix above issue

This commit is contained in:
timman2er 2018-09-28 16:57:40 +02:00
parent 8810d353b2
commit db11eb2681
3 changed files with 5 additions and 13 deletions

View file

@ -156,6 +156,7 @@ function startProcess() {
} else {
self.disconnect();
}
$('div.open_firmware_flasher a.flash').click();
} else if (GUI.allowedTabs.indexOf(tab) < 0) {
GUI.log(i18n.getMessage('tabSwitchUpgradeRequired', [tabName]));
return;