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:
commit
13aac48a79
14 changed files with 261 additions and 36 deletions
2
main.js
2
main.js
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue