1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Some finetuning

This commit is contained in:
skaman82 2015-10-28 17:39:33 +01:00
parent 271eefe5fa
commit 770cae9ee4
5 changed files with 48 additions and 28 deletions

View file

@ -379,7 +379,7 @@ $("#showlog").on('click', function() {
$("#log").animate({height: 27}, 800);
$("#log").removeClass('active');
$("#content").removeClass('logopen');
$("#tabs").removeClass('logopen');
$("#scrollicon").removeClass('active');
state = false;
@ -387,6 +387,7 @@ $("#showlog").on('click', function() {
$("#log").animate({height: 111}, 800);
$("#log").addClass('active');
$("#content").addClass('logopen');
$("#tabs").addClass('logopen');
$("#scrollicon").addClass('active');
state = true;