mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
callback hell resolving patch, optimize
This commit is contained in:
parent
36a79f8902
commit
82badeece1
10 changed files with 1306 additions and 1226 deletions
|
@ -6,8 +6,6 @@ function tab_initialize_default() {
|
|||
$('div.changelog.configurator .wrapper').load('./changelog.html');
|
||||
|
||||
// UI Hooks
|
||||
$('a.firmware_flasher').click(function() {
|
||||
tab_initialize_firmware_flasher();
|
||||
});
|
||||
$('a.firmware_flasher').click(tab_initialize_firmware_flasher);
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue