Put show modals javascript above pretty content.

This commit is contained in:
o-psi 2023-12-18 15:27:45 +00:00
parent 961f97f79a
commit 25fba91642
1 changed files with 1 additions and 1 deletions

View File

@ -858,6 +858,7 @@ if (isset($_GET['ticket_id'])) {
require_once "footer.php";
?> <script src="js/show_modals.js"></script> <?php
if ($ticket_status !== "Closed") { ?>
<!-- Ticket Time Tracking JS -->
@ -870,4 +871,3 @@ if ($ticket_status !== "Closed") { ?>
<script src="js/pretty_content.js"></script>
<script src="js/show_modals.js"></script>