1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

started to work on new GUI functionality

This commit is contained in:
skaman82 2015-11-15 23:35:22 +01:00
parent 4e8fc955b0
commit 19897cd574
6 changed files with 237 additions and 51 deletions

View file

@ -367,8 +367,8 @@ $("#showlog").on('click', function() {
if ( state ) {
$("#log").animate({height: 27}, 200);
$("#log").removeClass('active');
$("#content").removeClass('logopen');
$("#tabs").removeClass('logopen');
$("#content").removeClass('logopen');
$("#tabs").removeClass('logopen');
$("#scrollicon").removeClass('active');
state = false;