Update interface.html

master
Ronin0000 2021-11-02 19:13:08 -07:00 committed by GitHub
parent 73819933ee
commit aaee5f3c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@
<link rel="stylesheet" href="../../css/spectre.min.css">
<link href='fullcalendar/main.css' rel='stylesheet' />
<script src='fullcalendar/main.js'></script>
<script src="../../core/lib/customize.js"></script>
<script>
var calendarEvents = calendar.getEvents();
@ -44,12 +45,13 @@
schedule.push(calendarEntry)
}
content = schedule
document.getElementById("upload").addEventListener("click", function() {
var events = calendar.getEvents()
sendCustomizedApp({
id : "schoolCalender",
storage:[
{"name":"app.json"}
{"name":"customFile.app.json",url:"app.js",content:content}
]
});
});