mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Allow user to specify a sha / pull request (#3069)
This commit is contained in:
parent
2a01685373
commit
0543f93777
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ firmware_flasher.initialize = function (callback) {
|
||||||
$('select[name="telemetryProtocols"]').select2();
|
$('select[name="telemetryProtocols"]').select2();
|
||||||
$('select[name="motorProtocols"]').select2();
|
$('select[name="motorProtocols"]').select2();
|
||||||
$('select[name="options"]').select2();
|
$('select[name="options"]').select2();
|
||||||
$('select[name="commits"]').select2();
|
$('select[name="commits"]').select2({ tags: true });
|
||||||
|
|
||||||
$('select[name="board"]').change(function() {
|
$('select[name="board"]').change(function() {
|
||||||
$("a.load_remote_file").addClass('disabled');
|
$("a.load_remote_file").addClass('disabled');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue