mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 19:34:52 +00:00
Update more broken links from file diretory consolidation and started migrating some js and ajax and css from root to /user /admin etc that pertain to the section
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<link rel="stylesheet" href="css/tickets_kanban.css">
|
||||
<link rel="stylesheet" href="../css/tickets_kanban.css">
|
||||
|
||||
<?php
|
||||
|
||||
@@ -153,5 +153,5 @@ echo "const CONFIG_TICKET_MOVING_COLUMNS = " . json_encode($config_ticket_movi
|
||||
echo "const CONFIG_TICKET_ORDERING = " . json_encode($config_ticket_ordering) . ";";
|
||||
echo "</script>";
|
||||
?>
|
||||
<script src="plugins/SortableJS/Sortable.min.js"></script>
|
||||
<script src="../plugins/SortableJS/Sortable.min.js"></script>
|
||||
<script src="js/tickets_kanban.js"></script>
|
||||
Reference in New Issue
Block a user