mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 01:06:11 +02:00
0.5.110
* MQTT fix reconnection by new lib version #780 * add `about` page
This commit is contained in:
parent
fae46c4667
commit
c4e9fec8e7
5 changed files with 78 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue