From 8a132073271a356b222c71d10d1a8f755ee9956e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 22 Feb 2025 12:47:26 -0500 Subject: [PATCH] Fixed dragula css and js to not prepend / --- admin_ticket_template_details.php | 2 +- ajax/ajax_asset_details.php | 8 ++++++-- ajax/ajax_contact_details.php | 8 ++++++-- assets.php | 2 +- contacts.php | 2 +- includes/client_overview_side_nav.php | 18 +++++++++--------- includes/side_nav.php | 7 +++++++ includes/top_nav.php | 5 ----- invoice.php | 2 +- quote.php | 2 +- recurring_invoice.php | 2 +- ticket.php | 8 +++++--- tickets_kanban.php | 8 ++++---- 13 files changed, 43 insertions(+), 31 deletions(-) diff --git a/admin_ticket_template_details.php b/admin_ticket_template_details.php index 39e946cb..03ad6fa0 100644 --- a/admin_ticket_template_details.php +++ b/admin_ticket_template_details.php @@ -30,7 +30,7 @@ $ticket_template_updated_at = nullable_htmlentities($row['ticket_template_update $sql_task_templates = mysqli_query($mysqli, "SELECT * FROM task_templates WHERE task_template_ticket_template_id = $ticket_template_id ORDER BY task_template_order ASC, task_template_id ASC"); ?> - +