forked from FOSS/BangleApps
Update interface.html
parent
ada94b11cf
commit
df7f9cc530
|
@ -81,11 +81,10 @@
|
||||||
schedule.push(calendarEntry)
|
schedule.push(calendarEntry)
|
||||||
}
|
}
|
||||||
|
|
||||||
content = schedule
|
|
||||||
|
|
||||||
document.getElementById("upload").addEventListener("click", function() {
|
document.getElementById("upload").addEventListener("click", function() {
|
||||||
|
content = schedule
|
||||||
sendCustomizedApp({
|
sendCustomizedApp({
|
||||||
id : "schoolCalender",
|
|
||||||
storage:[
|
storage:[
|
||||||
{"name":"customFile.app.json",url:"app.js",content:content}
|
{"name":"customFile.app.json",url:"app.js",content:content}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue