mirror of https://github.com/itflow-org/itflow
Fix FullCalendar Links
This commit is contained in:
parent
b456caa129
commit
ea494a8b5c
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue