From 92f432b37aed7903d3610fa0c21e87d01aad1166 Mon Sep 17 00:00:00 2001 From: jomae Date: Tue, 25 Jun 2024 12:08:40 +0000 Subject: [PATCH] 1.6.1dev: use `add_script` rather than directly adding `threaded_comments.js` in `ticket.html` template (closes #13760) git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.6-stable@17834 af82e41b-90c4-0310-8c96-b1721e28e2e2 --- trac/ticket/templates/ticket.html | 3 --- trac/ticket/web_ui.py | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/trac/ticket/templates/ticket.html b/trac/ticket/templates/ticket.html index db9d278d36..781bf775a6 100644 --- a/trac/ticket/templates/ticket.html +++ b/trac/ticket/templates/ticket.html @@ -29,9 +29,6 @@ ${ super() } - # if ticket.exists: - - # endif