Update custom.html
parent
2bb6466d10
commit
65870e20a6
|
|
@ -56,17 +56,19 @@
|
|||
}
|
||||
if (n>0) {
|
||||
Util.readStorage("contourclock.json", fileContents => {
|
||||
console.log(fileContents);
|
||||
try {
|
||||
info = JSON.parse(fileContents);
|
||||
console.print(fileContents);
|
||||
console.print(info.files);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
console.log(fileContents);
|
||||
try {
|
||||
info = JSON.parse(fileContents);
|
||||
console.print(fileContents);
|
||||
console.print(info.files);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
}
|
||||
//sendCustomizedApp({storage:fonts});
|
||||
} else
|
||||
} else {
|
||||
alert("Please select at least one Font!");
|
||||
}
|
||||
});
|
||||
document.forms[0].appendChild(btn);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue