Fix FullCalendar Links

This commit is contained in:
johnnyq 2024-10-21 13:53:40 -04:00
parent b456caa129
commit ea494a8b5c
2 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,6 @@ if (isset($_GET['calendar_id'])) {
}
?>
<link href='plugins/fullcalendar/dist/index.global.js' rel='stylesheet' />
<!-- So that when hovering over a created event it turns into a hand instead of cursor -->
<style>
@ -98,7 +97,7 @@ while ($row = mysqli_fetch_array($sql)) {
<?php require_once "footer.php";
?>
<script src='plugins/fullcalendar-6.1.10/dist/index.global.js'></script>
<script src='plugins/fullcalendar/dist/index.global.js'></script>
<script>
document.addEventListener('DOMContentLoaded', function() {

View File

@ -9,8 +9,6 @@ if (isset($_GET['calendar_id'])) {
?>
<link href='plugins/fullcalendar/dist/index.global.js' rel='stylesheet' />
<!-- So that when hovering over a created event it turns into a hand instead of cursor -->
<style>
.fc-event {
@ -49,7 +47,7 @@ while ($row = mysqli_fetch_array($sql)) {
?>
<script src='plugins/fullcalendar-6.1.10/dist/index.global.js'></script>
<script src='plugins/fullcalendar/dist/index.global.js'></script>
<script>
document.addEventListener('DOMContentLoaded', function() {