mirror of https://github.com/espruino/BangleApps
Update custom.html
parent
e8db4351ef
commit
d6e07c4889
|
@ -19,12 +19,18 @@
|
||||||
if (document.getElementById(Font[fIndex]).checked==true) {
|
if (document.getElementById(Font[fIndex]).checked==true) {
|
||||||
sendCustomizedApp({
|
sendCustomizedApp({
|
||||||
storage:[
|
storage:[
|
||||||
{name:"contourclock-"+n+".json", url:"app.js", content:"font-"+Font[fIndex]+".json"},
|
{name:"contourclock-"+n+".json", url:"font-"+Font[fIndex]+".json"},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
n++;
|
n++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*sendCustomizedApp({
|
||||||
|
storage:[
|
||||||
|
{name:"myapp.app.js", url:"app.js", content:app},
|
||||||
|
]
|
||||||
|
});*/
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue