mirror of
https://github.com/itflow-org/itflow
synced 2026-03-23 22:15:39 +00:00
Fix FullCalendar Links
This commit is contained in:
@@ -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 -->
|
<!-- So that when hovering over a created event it turns into a hand instead of cursor -->
|
||||||
<style>
|
<style>
|
||||||
@@ -98,7 +97,7 @@ while ($row = mysqli_fetch_array($sql)) {
|
|||||||
<?php require_once "footer.php";
|
<?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>
|
<script>
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
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 -->
|
<!-- So that when hovering over a created event it turns into a hand instead of cursor -->
|
||||||
<style>
|
<style>
|
||||||
.fc-event {
|
.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>
|
<script>
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user