mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 19:59:10 -04:00
April 9 update
This commit is contained in:
@@ -50,8 +50,10 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
<script>
|
||||
$('#test').html('Loading Start ...');
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
$('#test').html('DOM ContentLoaded');
|
||||
var calendarEl = document.getElementById('public_calendar');
|
||||
|
||||
var calendar = new FullCalendar.Calendar(calendarEl, {
|
||||
@@ -71,8 +73,9 @@
|
||||
$('#schedulemodal').modal('toggle')
|
||||
}
|
||||
});
|
||||
|
||||
$('#test').html('Begin render');
|
||||
calendar.render();
|
||||
$('#test').html('Render Done');
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user