diff options
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 09617d1ea..9ca1c25c7 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -20,6 +20,7 @@ #%] <script type="text/javascript"> +<!-- // Enables or disables a requestee field depending on whether or not // the user is requesting the corresponding flag. function toggleRequesteeField(flagField) @@ -57,6 +58,7 @@ } } window.onload = disableRequesteeFields; +// --> </script> [%# We list flags by looping twice over the flag types relevant for the bug. |