1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-15 20:35:23 +03:00

Allow user to specify a sha / pull request (#3069)

This commit is contained in:
J Blackman 2022-11-09 10:11:30 +11:00 committed by GitHub
parent 2a01685373
commit 0543f93777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,7 +364,7 @@ firmware_flasher.initialize = function (callback) {
$('select[name="telemetryProtocols"]').select2();
$('select[name="motorProtocols"]').select2();
$('select[name="options"]').select2();
$('select[name="commits"]').select2();
$('select[name="commits"]').select2({ tags: true });
$('select[name="board"]').change(function() {
$("a.load_remote_file").addClass('disabled');