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() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
var calendarEl = document.getElementById('calendar');
|
var calendarEl = document.getElementById('calendar');
|
||||||
var calendar = new FullCalendar.Calendar(calendarEl, {
|
var calendar = new FullCalendar.Calendar(calendarEl, {
|
||||||
|
|
@ -86,6 +77,14 @@
|
||||||
});
|
});
|
||||||
calendar.render();
|
calendar.render();
|
||||||
});
|
});
|
||||||
|
document.getElementById("upload").addEventListener("click", function() {
|
||||||
|
sendCustomizedApp({
|
||||||
|
id : "schoolCalender",
|
||||||
|
storage:[
|
||||||
|
{"name":"sCalendar.custom.js", url:"app.js", content:getApp()}
|
||||||
|
]
|
||||||
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue