1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Fix RX MSP window size

This commit is contained in:
Miguel Angel Mulero Martinez 2019-05-17 12:10:38 +02:00
parent c02fe94c53
commit 39a9955b9e
3 changed files with 9 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();