Skip to content

Commit

Permalink
Fix FullCalendar Links
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyq committed Oct 21, 2024
1 parent b456caa commit ea494a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions calendar_events.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
}

?>
<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>
Expand Down Expand Up @@ -98,7 +97,7 @@
<?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() {
Expand Down
4 changes: 1 addition & 3 deletions client_events.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

?>

<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 {
Expand Down Expand Up @@ -49,7 +47,7 @@

?>

<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() {
Expand Down

0 comments on commit ea494a8

Please sign in to comment.