forked from FOSS/BangleApps
Update custom.html
parent
68e0882715
commit
c7af23abbb
|
@ -56,15 +56,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//console.log(fonts[0]);
|
//console.log(fonts[0]);
|
||||||
sendCustomizedApp(storage=fonts);
|
sendCustomizedApp(storage:fonts);
|
||||||
/*sendCustomizedApp({
|
/*sendCustomizedApp({
|
||||||
storage:[
|
storage:[
|
||||||
{name:"myapp.app.js", url:"app.js", content:app},
|
{name:"myapp.app.js", url:"app.js", content:app},
|
||||||
]
|
]*/
|
||||||
});*/
|
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue