Update interface.html

master
Ronin0000 2021-09-19 13:51:31 -07:00 committed by GitHub
parent f0c596d14f
commit bd92c0e67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
document.getElementById("upload").addEventListener("click", function() { document.getElementById("upload").addEventListener("click", function() {
sendCustomizedApp({ sendCustomizedApp({
storage:[ storage:[
{"name":"sCalendar.custom.js", url:"app.js", content:getApp()} {"name":"sCalendar.custom.js", url:"schoolCalender.js", content:getApp()}
] ]
}); });
}); });