1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 00:35:20 +03:00

Merge remote-tracking branch 'cleanflight/development' into new_stuff

# Conflicts:
#	_locales/en/messages.json
#	tabs/pid_tuning.html
This commit is contained in:
skaman82 2015-11-16 23:13:35 +01:00
commit 13aac48a79
14 changed files with 261 additions and 36 deletions

View file

@ -376,7 +376,7 @@ $("#showlog").on('click', function() {
$("#log").animate({height: 111}, 200);
$("#log").addClass('active');
$("#content").addClass('logopen');
$("#tabs").addClass('logopen');
$(".tab_container").addClass('logopen');
$("#scrollicon").addClass('active');
state = true;