mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-26 12:47:18 +02:00
* Added history charts to web and to Display_Mono_128x64
This commit is contained in:
parent
6fb0535939
commit
2b4de00a89
17 changed files with 694 additions and 100 deletions
|
@ -84,7 +84,7 @@ function topnav() {
|
|||
}
|
||||
|
||||
function parseNav(obj) {
|
||||
for(i = 0; i < 11; i++) {
|
||||
for(i = 0; i < 12; i++) {
|
||||
if(i == 2)
|
||||
continue;
|
||||
var l = document.getElementById("nav"+i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue