diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b1293c..5f0aa286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Prevent business rules from triggering twice on tickets - Fixed routing issue caused by incorrect trailing slash +- Fixed JS error ## [2.9.19] - 2026-27-01 diff --git a/public/js/cloneandlink_ticket.js.php b/public/js/cloneandlink_ticket.js.php index 768c3627..5e4166a2 100644 --- a/public/js/cloneandlink_ticket.js.php +++ b/public/js/cloneandlink_ticket.js.php @@ -53,8 +53,8 @@ //delay the execution (ajax requestcomplete event fired before dom loading) setTimeout( function () { if ($("#cloneandlink_ticket").length > 0) { return; } - var duplicate_html = ""; $("#linked_tickets-heading .accordion-button")