Update custom.html
parent
b8d424caa1
commit
075aaaec9a
|
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (n>0) {
|
if (n>0) {
|
||||||
fonts.push({name:"contourclock-install.json", content:""+n});
|
fonts.push({name:"contourclock-install.json", content:"{n:"+n+"}"});
|
||||||
sendCustomizedApp({storage:fonts});
|
sendCustomizedApp({storage:fonts});
|
||||||
} else {
|
} else {
|
||||||
alert("Please select at least one Font!");
|
alert("Please select at least one Font!");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue