mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
April 9 update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="container mt-lg-5 pt-md-5">
|
||||
<div class="row mt-sm-5 pt-md-5">
|
||||
<div class="col-md-6 ml-auto mr-auto text-center">
|
||||
<h1>
|
||||
<h1 id="test">
|
||||
{{App\Config::getData('escadron_name_full')}}
|
||||
</h1>
|
||||
<a class="badge badge-primary edit-btn" href="/admin/public/edit/escadron_name_full" style="display: none;">
|
||||
|
||||
@@ -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