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 05:40:46 +0300
committerskaman82 <skaman82@users.noreply.github.com>2015-11-17 05:40:46 +0300
commitf85d0e01a17f704dbecd090eb59e01e4266ff57f (patch)
tree63391af90639cb44f6d58497293f82fabc3663bf /main.js
parent03252dd8c4f50f70a276e93aeea8af777569fbe3 (diff)
error fix
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 91dec3ea..29613a01 100644
--- a/main.js
+++ b/main.js
@@ -368,7 +368,7 @@ $("#showlog").on('click', function() {
$("#log").animate({height: 27}, 200);
$("#log").removeClass('active');
$("#content").removeClass('logopen');
- $("#tabs").removeClass('logopen');
+ $(".tab_container").removeClass('logopen');
$("#scrollicon").removeClass('active');
state = false;