Minor fix -- otherwise clock works not properly

master
David Peer 2022-09-18 11:46:25 +02:00
parent b06f3a9cc2
commit 3696cff42a
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ function imgLock(){
// ----clock_info ------------------------------------------------------
function load() {
function loadClockInfo() {
// info used for drawing...
var hrm = "--";
var alt = "--";
@ -257,7 +257,7 @@ var homeAssistantItems = {};
// Load menu
var menu = load();
var menu = loadClockInfo();
menu = menu.concat(agendaItems);
menu = menu.concat(weatherItems);
menu = menu.concat(clockItems);