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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user