This is not java ;)

pull/1376/head
Marco Heiming 2022-01-31 21:04:30 +01:00
parent 069c96f36c
commit cfb8340893
1 changed files with 4 additions and 4 deletions

View File

@ -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': {