mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 04:15:32 +03:00
Css files fixed and match styles
Moved css and match styling with other selects
This commit is contained in:
parent
74820fae37
commit
d22f22924a
7 changed files with 46 additions and 2 deletions
|
@ -528,6 +528,8 @@ TABS.firmware_flasher.initialize = function (callback) {
|
|||
self.localFirmwareLoaded = false;
|
||||
}
|
||||
|
||||
$('select[name="board"]').select2();
|
||||
|
||||
$('select[name="board"]').change(function() {
|
||||
$("a.load_remote_file").addClass('disabled');
|
||||
var target = $(this).val();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue