Update custom.html

master
xxDUxx 2023-01-15 03:12:58 +01:00 committed by GitHub
parent 15de0f8dae
commit b210f2c363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1>&nbsp;&nbsp;&nbsp;4Select Fonts to upload:</h1> <h1>&nbsp;&nbsp;&nbsp;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!");