From 63b1f1bcdbcd4209be7cc8776e01120ed2661faa Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Thu, 10 Oct 2019 20:28:11 +0200 Subject: [PATCH] rearrange menu items --- components/wifi-manager/code.js | 4 ++-- components/wifi-manager/index.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js index bab07b6e..f45354d2 100644 --- a/components/wifi-manager/code.js +++ b/components/wifi-manager/code.js @@ -604,7 +604,7 @@ function checkStatus(){ recovery = true; $("#otadiv").show(); $('a[href^="#tab-audio"]').hide(); - $('a[href^="#tab-gpio"]').hide(); + $('a[href^="#tab-gpio"]').show(); $('a[href^="#tab-nvs"]').show(); $("footer.footer").removeClass('sl'); $("footer.footer").addClass('recovery'); @@ -615,7 +615,7 @@ function checkStatus(){ recovery = false; $("#otadiv").hide(); $('a[href^="#tab-audio"]').show(); - $('a[href^="#tab-gpio"]').show(); + $('a[href^="#tab-gpio"]').hide(); $('a[href^="#tab-nvs"]').hide(); $("footer.footer").removeClass('recovery'); $("footer.footer").addClass('sl'); diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index cbcf3323..794851b7 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -31,15 +31,15 @@ + - @@ -268,7 +268,7 @@ -
+