Update custom.html
parent
15de0f8dae
commit
b210f2c363
|
|
@ -14,7 +14,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1> 4Select Fonts to upload:</h1>
|
||||
<h1> 5Select Fonts to upload:</h1>
|
||||
<form>
|
||||
<script src="../../core/lib/customize.js"></script>
|
||||
<script>
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
}
|
||||
if (n>0) {
|
||||
fonts.push({name:"contourclock-install.json", content:"{n:"+n+"}"});
|
||||
fonts.push({name:"contourclock-install.json", content:"{\"n\":"+n+"}"});
|
||||
sendCustomizedApp({storage:fonts});
|
||||
} else {
|
||||
alert("Please select at least one Font!");
|
||||
|
|
|
|||
Loading…
Reference in New Issue