From d6e07c48890a040ace100896475af1f7b403a2fb Mon Sep 17 00:00:00 2001 From: xxDUxx <96152564+xxDUxx@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:01:47 +0100 Subject: [PATCH] Update custom.html --- apps/contourclock/custom.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/contourclock/custom.html b/apps/contourclock/custom.html index 375ac3dae..5047bdb06 100644 --- a/apps/contourclock/custom.html +++ b/apps/contourclock/custom.html @@ -19,12 +19,18 @@ if (document.getElementById(Font[fIndex]).checked==true) { sendCustomizedApp({ storage:[ - {name:"contourclock-"+n+".json", url:"app.js", content:"font-"+Font[fIndex]+".json"}, + {name:"contourclock-"+n+".json", url:"font-"+Font[fIndex]+".json"}, ] }); n++; } } + + /*sendCustomizedApp({ + storage:[ + {name:"myapp.app.js", url:"app.js", content:app}, + ] + });*/ });