Comment Source

This commit is contained in:
leiweibau
2022-05-20 15:21:12 +02:00
parent 07dfea17e6
commit 6546b983c4
2 changed files with 6 additions and 0 deletions

View File

@@ -505,6 +505,9 @@
<link rel="stylesheet" href="lib/AdminLTE/bower_components/fullcalendar/dist/fullcalendar.print.min.css" media="print">
<script src="lib/AdminLTE/bower_components/moment/moment.js"></script>
<script src="lib/AdminLTE/bower_components/fullcalendar/dist/fullcalendar.min.js"></script>
<!-- Enable or Disable the CSS Patch for Dark-Mode -->
<!-- Uncomment or Comment below-->
<link rel="stylesheet" href="css/dark-patch-cal.css">

View File

@@ -153,6 +153,9 @@
<!-- fullCalendar Scheduler -->
<link href="lib/fullcalendar-scheduler/scheduler.min.css" rel="stylesheet">
<script src="lib/fullcalendar-scheduler/scheduler.min.js"></script>
<!-- Enable or Disable the CSS Patch for Dark-Mode -->
<!-- Uncomment or Comment below-->
<link rel="stylesheet" href="css/dark-patch-cal.css">
<!-- page script ----------------------------------------------------------- -->