summaryrefslogtreecommitdiff
path: root/public/app/views/components/header_includes.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/views/components/header_includes.php')
-rw-r--r--public/app/views/components/header_includes.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/app/views/components/header_includes.php b/public/app/views/components/header_includes.php
index e5e51cd..62dc616 100644
--- a/public/app/views/components/header_includes.php
+++ b/public/app/views/components/header_includes.php
@@ -49,7 +49,10 @@
<script src="https://cdn.datatables.net/v/bs5/jszip-2.5.0/dt-1.13.4/b-2.3.6/b-colvis-2.3.6/b-html5-2.3.6/b-print-2.3.6/cr-1.6.2/date-1.4.0/fc-4.2.2/fh-3.3.2/kt-2.8.2/r-2.4.1/rr-1.3.3/sc-2.1.1/sl-1.6.2/sr-1.2.2/datatables.min.js"></script>
<!-- select2 js -->
- <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js"></script>
+
+ <!-- marked -->
+ <script src="/assets/js/marked/marked.min.js"></script>
<?php endif ?>