Bug 194917: Javascript missing HTML comments in flag list.

Patch by Jeff Lawson <jlawson-mozilla@bovine.net> r=myk, a=myk
parent 65cb79f9
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#%] #%]
<script type="text/javascript"> <script type="text/javascript">
<!--
// Enables or disables a requestee field depending on whether or not // Enables or disables a requestee field depending on whether or not
// the user is requesting the corresponding flag. // the user is requesting the corresponding flag.
function toggleRequesteeField(flagField) function toggleRequesteeField(flagField)
...@@ -57,6 +58,7 @@ ...@@ -57,6 +58,7 @@
} }
} }
window.onload = disableRequesteeFields; window.onload = disableRequesteeFields;
// -->
</script> </script>
[%# We list flags by looping twice over the flag types relevant for the bug. [%# We list flags by looping twice over the flag types relevant for the bug.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment