summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-03-14 14:35:40 +0100
committerjustdave%syndicomm.com <>2003-03-14 14:35:40 +0100
commit4147ebb81f915ab94b1242bb9c01614c6875f093 (patch)
tree9509483bf98a94c0e7d500b9a51c16dd021dc7e8 /template/en/default/flag
parent65cb79f9dd9afa0a021564c38b4ff48b4d4cf266 (diff)
downloadbugzilla-4147ebb81f915ab94b1242bb9c01614c6875f093.tar.gz
bugzilla-4147ebb81f915ab94b1242bb9c01614c6875f093.tar.xz
Bug 194917: Javascript missing HTML comments in flag list.
Patch by Jeff Lawson <jlawson-mozilla@bovine.net> r=myk, a=myk
Diffstat (limited to 'template/en/default/flag')
-rw-r--r--template/en/default/flag/list.html.tmpl2
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.