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

fix show dev releases button not reloading fw options

This commit is contained in:
gaelj 2016-07-27 22:30:44 +02:00 committed by Michael Keller
parent c1a3b0e8fa
commit b85e23cdcb

View file

@ -31,7 +31,7 @@ TABS.firmware_flasher.initialize = function (callback) {
$('input.show_development_releases').click(function(){
buildFirmwareOptions();
buildBoardOptions();
});
var buildBoardOptions = function(){