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-27 01:06:46 +0300
committerskaman82 <albert@wd-design.de>2015-10-27 01:06:46 +0300
commitb381a9757242dd929fb5933ceb455ae01a044995 (patch)
tree39d9339b7c008530377eb6a2ad02a41113b18eed /main.html
parent0c1252191ac8022545e2c180d35bbc13955aee22 (diff)
fixes
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html16
1 files changed, 1 insertions, 15 deletions
diff --git a/main.html b/main.html
index 9a2fe75b..f852e519 100755
--- a/main.html
+++ b/main.html
@@ -243,20 +243,6 @@
<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>