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 <albert@wd-design.de>2015-10-26 00:04:33 +0300
committerskaman82 <albert@wd-design.de>2015-10-26 00:04:33 +0300
commitb65c4e738e231c72565f130c20166c3aa7df87d8 (patch)
treeeb1e734cc21ff9bf655310b66acf00e238f68ca0 /main.html
parent45fb19348d878b1c592d581d834cdba4d87e7588 (diff)
fixing some things
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html17
1 files changed, 2 insertions, 15 deletions
diff --git a/main.html b/main.html
index 4512814c..912b27b5 100755
--- a/main.html
+++ b/main.html
@@ -235,20 +235,7 @@
<p>Waiting for data ...</p>
</div>
</div>
- <script>
- /** log trigger **/
-$("#showlog").on('click', function() {
- var state = $(this).data('state');
- if ( state ) {
- $("#log").animate({height: 27}, 800);
- state = false;
- }else{
- $("#log").animate({height: 100}, 800);
- state = true;
- }
- $(this).text(state ? 'Close' : 'Open');
- $(this).data('state', state);
-});
- </script>
+
+
</body>
</html>