From cfb834089385f49307937915b158dfb4c643c34c Mon Sep 17 00:00:00 2001 From: Marco Heiming Date: Mon, 31 Jan 2022 21:04:30 +0100 Subject: [PATCH] This is not java ;) --- apps/circlesclock/settings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/circlesclock/settings.js b/apps/circlesclock/settings.js index ee5a1f29d..2173c84ae 100644 --- a/apps/circlesclock/settings.js +++ b/apps/circlesclock/settings.js @@ -136,11 +136,11 @@ const defaultCircleTypes = ["steps", "hr", "battery", "weather"]; function showCircleMenu(circleId) { - String circleName = "circle" + circleId; - String colorKey = circleName + "color"; - String colorizeIconKey = circleName + "colorizeIcon"; + const circleName = "circle" + circleId; + const colorKey = circleName + "color"; + const colorizeIconKey = circleName + "colorizeIcon"; - let menu = { + const menu = { '': { 'title': /*LANG*/'Circle ' + circleId }, /*LANG*/'< Back': ()=>showMainMenu(), /*LANG*/'data': {