Bug 194917: Javascript missing HTML comments in flag list.

Patch by Jeff Lawson <jlawson-mozilla@bovine.net>
r=myk, a=myk


git-svn-id: svn://10.0.0.236/trunk@139435 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com
2003-03-14 05:35:40 +00:00
parent d62cd7ab7c
commit e6cf575c8c

View File

@@ -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.