* MQTT fix reconnection by new lib version #780
* add `about` page
This commit is contained in:
lumapu 2023-03-27 22:18:40 +02:00
parent fae46c4667
commit c4e9fec8e7
5 changed files with 78 additions and 5 deletions

View file

@ -74,7 +74,7 @@ function topnav() {
}
function parseNav(obj) {
for(i = 0; i < 10; i++) {
for(i = 0; i < 11; i++) {
if(i == 2)
continue;
var l = document.getElementById("nav"+i);