Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created February 17, 2010 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torarnv/306690 to your computer and use it in GitHub Desktop.
Save torarnv/306690 to your computer and use it in GitHub Desktop.
diff --git i/BugsSite/template/en/custom/bug/edit.html.tmpl w/BugsSite/template/en/custom/bug/edit.html.tmpl
index ab45206..bb82d85 100644
--- i/BugsSite/template/en/custom/bug/edit.html.tmpl
+++ w/BugsSite/template/en/custom/bug/edit.html.tmpl
@@ -414,9 +414,6 @@
<td>
[% PROCESS select selname => "rep_platform" no_td=> 1 %]
[%+ PROCESS select selname => "op_sys" no_td=> 1 %]
- <script type="text/javascript">
- assignToDefaultOnChange(['product', 'component']);
- </script>
</td>
</tr>
diff --git i/BugsSite/template/en/default/bug/edit.html.tmpl w/BugsSite/template/en/default/bug/edit.html.tmpl
index baf5833..7a254ba 100644
--- i/BugsSite/template/en/default/bug/edit.html.tmpl
+++ w/BugsSite/template/en/default/bug/edit.html.tmpl
@@ -408,9 +408,6 @@
<td>
[% PROCESS select selname => "rep_platform" no_td=> 1 %]
[%+ PROCESS select selname => "op_sys" no_td=> 1 %]
- <script type="text/javascript">
- assignToDefaultOnChange(['product', 'component']);
- </script>
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment