mirror of https://github.com/espruino/BangleApps
Update custom.html
parent
f1d156aee8
commit
f79b8cf297
|
@ -55,6 +55,15 @@
|
|||
}
|
||||
}
|
||||
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);
|
||||
}
|
||||
sendCustomizedApp({storage:fonts});
|
||||
else
|
||||
alert("Please select at least one Font!");
|
||||
|
|
Loading…
Reference in New Issue