Update custom.html

master
xxDUxx 2022-02-10 12:14:59 +01:00 committed by GitHub
parent e16779432f
commit a07d12ff94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<script>
// When the 'upload' button is clicked...
document.getElementById("upload").addEventListener("click", function() {
Fonts = {"Impact", "Phosphate"};
Fonts = ["Impact", "Phosphate"];
var n=0;
for (fontName in Fonts) {
if (document.getElementById(fontName).value==true) {