From 216976247c1bb958f01a0b33c5f457d7fed62a4d Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 10 Apr 2021 01:42:38 +0200 Subject: Remove usage of JS globals (#15378) Refactor the exported globals in index.js to JS-initialized event handlers. Co-authored-by: techknowlogick --- templates/repo/diff/comment_form.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/diff/comment_form.tmpl') diff --git a/templates/repo/diff/comment_form.tmpl b/templates/repo/diff/comment_form.tmpl index b12beeab82..c82d32c214 100644 --- a/templates/repo/diff/comment_form.tmpl +++ b/templates/repo/diff/comment_form.tmpl @@ -44,7 +44,7 @@ {{end}} {{end}} {{if or (not $.HasComments) $.hidden}} - + {{end}} -- cgit v1.2.3