Update interface.html

master
Ronin0000 2021-09-19 07:29:46 -07:00 committed by GitHub
parent 7a2ee0f711
commit d6542bac6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -41,15 +41,6 @@
`;
}
document.getElementById("upload").addEventListener("click", function() {
sendCustomizedApp({
id : "schoolCalender",
storage:[
{"name":"sCalendar.custom.js", url:"app.js", content:getApp()}
]
});
});
document.addEventListener('DOMContentLoaded', function() {
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
@ -86,6 +77,14 @@
});
calendar.render();
});
document.getElementById("upload").addEventListener("click", function() {
sendCustomizedApp({
id : "schoolCalender",
storage:[
{"name":"sCalendar.custom.js", url:"app.js", content:getApp()}
]
});
});
</script>
</head>
<body>