Bug 194917: Javascript missing HTML comments in flag list.

Patch by Jeff Lawson <jlawson-mozilla@bovine.net>
r=myk, a=myk
This commit is contained in:
justdave%syndicomm.com 2003-03-14 05:35:40 +00:00
Родитель 25b813e602
Коммит 3dcd470f73
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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