mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Move Full Calendar assets from main header to event section
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php include("header.php"); ?>
|
||||
|
||||
<link href='plugins/fullcalendar/main.min.css' rel='stylesheet' />
|
||||
|
||||
<?php
|
||||
|
||||
if(isset($_GET['calendar_id'])){
|
||||
@@ -41,6 +43,8 @@ while($row = mysqli_fetch_array($sql)){
|
||||
|
||||
<?php include("footer.php"); ?>
|
||||
|
||||
<script src='plugins/fullcalendar/main.min.js'></script>
|
||||
|
||||
<script>
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
Reference in New Issue
Block a user