Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskaman82 <skaman82@users.noreply.github.com>2015-11-17 01:13:35 +0300
committerskaman82 <skaman82@users.noreply.github.com>2015-11-17 01:13:35 +0300
commit13aac48a799d6ddd4ba2f15355ed91c98ea1eac2 (patch)
tree6b53b145ab5de348ebe8d3c06dde2608225c9c0e /main.js
parent32cae1f7df00e962b8b81b540f86343e6aec7234 (diff)
parent253aca72a40f88b4710948143aa185cb8b5c6d7c (diff)
Merge remote-tracking branch 'cleanflight/development' into new_stuff
# Conflicts: # _locales/en/messages.json # tabs/pid_tuning.html
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index a581967e..91dec3ea 100644
--- a/main.js
+++ b/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;