diff --git a/apps/contourclock/custom.html b/apps/contourclock/custom.html index 2410177d1..c3f745e58 100644 --- a/apps/contourclock/custom.html +++ b/apps/contourclock/custom.html @@ -56,7 +56,7 @@ } } if (n>0) { - fonts.push({name:"contourclock-install.json", content:""+n}); + fonts.push({name:"contourclock-install.json", content:"{n:"+n+"}"}); sendCustomizedApp({storage:fonts}); } else { alert("Please select at least one Font!");