From a2982167e9443bd77b162199f3f3aeffb1fb2ee4 Mon Sep 17 00:00:00 2001 From: Alain Saas Date: Fri, 6 Jan 2023 12:07:02 -0500 Subject: [PATCH] bugfix custom.html --- apps/a_clock_timer/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/a_clock_timer/custom.html b/apps/a_clock_timer/custom.html index 17881d7ff..b62226340 100644 --- a/apps/a_clock_timer/custom.html +++ b/apps/a_clock_timer/custom.html @@ -42,7 +42,7 @@ var name=document.getElementById("name_"+i).value; var offset=document.getElementById("offset_"+i).value; app_offsets.push([name,offset]); - storage_offsets.push([checked,name,offset]); + storage_offsets.push([name,offset]); } console.log(storage_offsets); console.log(app_offsets);