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