This is not java ;)
parent
069c96f36c
commit
cfb8340893
|
|
@ -136,11 +136,11 @@
|
||||||
const defaultCircleTypes = ["steps", "hr", "battery", "weather"];
|
const defaultCircleTypes = ["steps", "hr", "battery", "weather"];
|
||||||
|
|
||||||
function showCircleMenu(circleId) {
|
function showCircleMenu(circleId) {
|
||||||
String circleName = "circle" + circleId;
|
const circleName = "circle" + circleId;
|
||||||
String colorKey = circleName + "color";
|
const colorKey = circleName + "color";
|
||||||
String colorizeIconKey = circleName + "colorizeIcon";
|
const colorizeIconKey = circleName + "colorizeIcon";
|
||||||
|
|
||||||
let menu = {
|
const menu = {
|
||||||
'': { 'title': /*LANG*/'Circle ' + circleId },
|
'': { 'title': /*LANG*/'Circle ' + circleId },
|
||||||
/*LANG*/'< Back': ()=>showMainMenu(),
|
/*LANG*/'< Back': ()=>showMainMenu(),
|
||||||
/*LANG*/'data': {
|
/*LANG*/'data': {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue