summaryrefslogtreecommitdiffstats
path: root/extensions/Review/template/en/default/hook/attachment
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Review/template/en/default/hook/attachment')
-rw-r--r--extensions/Review/template/en/default/hook/attachment/create-end.html.tmpl2
-rw-r--r--extensions/Review/template/en/default/hook/attachment/edit-end.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Review/template/en/default/hook/attachment/create-end.html.tmpl b/extensions/Review/template/en/default/hook/attachment/create-end.html.tmpl
index 22d95d694..ed5ae7b36 100644
--- a/extensions/Review/template/en/default/hook/attachment/create-end.html.tmpl
+++ b/extensions/Review/template/en/default/hook/attachment/create-end.html.tmpl
@@ -10,7 +10,7 @@
[% bug = attachment.bug %]
[% END %]
-<script>
+<script [% script_nonce FILTER none %]>
$(function() {
[% IF bug.product_obj.reviewer_required %]
REVIEW.init_mandatory();
diff --git a/extensions/Review/template/en/default/hook/attachment/edit-end.html.tmpl b/extensions/Review/template/en/default/hook/attachment/edit-end.html.tmpl
index be866ae4b..5e7629eac 100644
--- a/extensions/Review/template/en/default/hook/attachment/edit-end.html.tmpl
+++ b/extensions/Review/template/en/default/hook/attachment/edit-end.html.tmpl
@@ -7,7 +7,7 @@
#%]
[% IF attachment.bug.product_obj.reviewer_required %]
-<script>
+<script [% script_nonce FILTER none %]>
$(function() {
REVIEW.init_mandatory();
});