Update custom.html
parent
15de0f8dae
commit
b210f2c363
|
|
@ -14,7 +14,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1> 4Select Fonts to upload:</h1>
|
<h1> 5Select Fonts to upload:</h1>
|
||||||
<form>
|
<form>
|
||||||
<script src="../../core/lib/customize.js"></script>
|
<script src="../../core/lib/customize.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (n>0) {
|
if (n>0) {
|
||||||
fonts.push({name:"contourclock-install.json", content:"{n:"+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