]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 194917: Javascript missing HTML comments in flag list.
authorjustdave%syndicomm.com <>
Fri, 14 Mar 2003 13:35:40 +0000 (13:35 +0000)
committerjustdave%syndicomm.com <>
Fri, 14 Mar 2003 13:35:40 +0000 (13:35 +0000)
Patch by Jeff Lawson <jlawson-mozilla@bovine.net>
r=myk, a=myk

template/en/default/flag/list.html.tmpl

index 09617d1ea45a0c49841fedd374aca255d61c20c0..9ca1c25c7ac4b63150d6643d7e3c11753faf072f 100644 (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.