mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
Fix typo
This commit is contained in:
parent
4fe2d9382c
commit
73a3c62be4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function initializeSerialBackend() {
|
|||
$('input.auto_connect, span.auto_connect').prop('title', i18n.getMessage('autoConnectDisabled'));
|
||||
}
|
||||
|
||||
// bind UI hook to auto-connect checkbos
|
||||
// bind UI hook to auto-connect checkbox
|
||||
$('input.auto_connect').change(function () {
|
||||
GUI.auto_connect = $(this).is(':checked');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue