1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 09:45:28 +03:00

Fix RX MSP window size (#1440)

Fix RX MSP window size
This commit is contained in:
Michael Keller 2019-05-18 23:43:15 +12:00 committed by GitHub
commit 38eb82c053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -132,7 +132,7 @@ function localizeAxisNames() {
}
$(document).ready(function() {
$(".button-enable").click(function() {
$(".button-enable .btn").click(function() {
var
shrinkHeight = $(".warning").height();