From 2a027a8f1ad01739e71d77ac89da00a2bf84f990 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Thu, 3 Jul 2014 15:26:34 +1000 Subject: Bug 1029354 - Add after_comment_textarea hook to edit attachment page r=gerv, a=glob --- template/en/default/attachment/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index f81486b27..77e3e571c 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -266,6 +266,7 @@ && user.settings.state_addselfcc.value == 'cc_unless_role') %]> [% END %] + [% Hook.process('after_comment_textarea') %] [% END %]
-- cgit v1.2.3-24-g4f1b