Update custom.html

master
Ronin0000 2021-11-20 15:08:52 -08:00 committed by GitHub
parent 5d24a09ffa
commit dfd9e59993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ draw();
// send finished app (in addition to contents of app.json)
sendCustomizedApp({
storage: [
{ name: "myapp.app.js", url: "app.js", content: app },
{ name: "schoolCalendar.app.js", url: "app.js", content: app },
]
});
});