Update custom.html

master
xxDUxx 2023-01-15 02:23:08 +01:00 committed by GitHub
parent 7286dc6e11
commit 0d9743db24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</style>
</head>
<body>
<h1>&nbsp;&nbsp;&nbsp;Select Fonts to upload:</h1>
<h1>&nbsp;&nbsp;&nbsp;1Select Fonts to upload:</h1>
<form>
<script type="module" src="../../core/lib/customize.js"></script>
<script>
@ -56,6 +56,7 @@
}
}
if (n>0) {
fonts.push({name:"contourclock-install.json", content:n});
sendCustomizedApp({storage:fonts});
} else {
alert("Please select at least one Font!");