зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
25b813e602
Коммит
3dcd470f73
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче