Update interface.html
parent
7a2ee0f711
commit
d6542bac6d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue