Update custom.html

pull/1415/head
xxDUxx 2022-02-10 14:01:47 +01:00 committed by GitHub
parent e8db4351ef
commit d6e07c4889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -19,12 +19,18 @@
if (document.getElementById(Font[fIndex]).checked==true) {
sendCustomizedApp({
storage:[
{name:"contourclock-"+n+".json", url:"app.js", content:"font-"+Font[fIndex]+".json"},
{name:"contourclock-"+n+".json", url:"font-"+Font[fIndex]+".json"},
]
});
n++;
}
}
/*sendCustomizedApp({
storage:[
{name:"myapp.app.js", url:"app.js", content:app},
]
});*/
});
</script>