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-16 01:35:22 +0300
committerskaman82 <skaman82@users.noreply.github.com>2015-11-16 01:35:22 +0300
commit19897cd574bd5ac1a38eb819e2106a6a66c15f10 (patch)
tree3e899739bb5ad8bc15356fb9fcd84d2908b83cb6 /main.js
parent4e8fc955b068a705022be3ac1007b2de63c16cdb (diff)
started to work on new GUI functionality
Diffstat (limited to 'main.js')
-rw-r--r--main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.js b/main.js
index 0a79479c..a581967e 100644
--- a/main.js
+++ b/main.js
@@ -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;