diff options
author | lpsolit%gmail.com <> | 2009-08-12 14:49:15 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-12 14:49:15 +0200 |
commit | 835dbdbd5cff2107ed6087ede234641145122352 (patch) | |
tree | 94cbf24a4f1d962a8ee7c2bf6b5c97f676d1e3ec /template/en/default/bug | |
parent | 7035153b2ed0b16e8ba0c859636b5839f70f6fd2 (diff) | |
download | bugzilla-835dbdbd5cff2107ed6087ede234641145122352.tar.gz bugzilla-835dbdbd5cff2107ed6087ede234641145122352.tar.xz |
Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 531e9374b..dab451ed7 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -34,6 +34,7 @@ 'skins/standard/yui/calendar.css' ] javascript_urls = [ "js/attachment.js", "js/util.js", "js/yui/calendar.js", "js/field.js", "js/yui/cookie.js", "js/TUI.js" ] + onload = 'set_assign_to();' %] <script type="text/javascript"> @@ -418,10 +419,6 @@ TUI_hide_default('expert_fields'); <th>Default CC:</th> <td colspan="2"> <div id="initial_cc"> - <!-- This has to happen after everything above renders, - and onload doesn't work. So this is as good a place - as any to put it. --> - <script type="text/javascript">set_assign_to();</script> </div> </td> </tr> |