1
0
Fork 0
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:
Žan Pevec 2020-08-20 19:45:39 +02:00
parent 74820fae37
commit d22f22924a
7 changed files with 46 additions and 2 deletions

View file

@ -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();