* Added history charts to web and to Display_Mono_128x64

This commit is contained in:
VArt67 2024-01-07 23:25:50 +01:00
parent 6fb0535939
commit 2b4de00a89
17 changed files with 694 additions and 100 deletions

View file

@ -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);