Commit 835dbdbd authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 359854: Put set_assign_to() back into onload - Patch by Fré©ric Buclin…

Bug 359854: Put set_assign_to() back into onload - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
parent 7035153b
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
'skins/standard/yui/calendar.css' ] 'skins/standard/yui/calendar.css' ]
javascript_urls = [ "js/attachment.js", "js/util.js", "js/yui/calendar.js", javascript_urls = [ "js/attachment.js", "js/util.js", "js/yui/calendar.js",
"js/field.js", "js/yui/cookie.js", "js/TUI.js" ] "js/field.js", "js/yui/cookie.js", "js/TUI.js" ]
onload = 'set_assign_to();'
%] %]
<script type="text/javascript"> <script type="text/javascript">
...@@ -418,10 +419,6 @@ TUI_hide_default('expert_fields'); ...@@ -418,10 +419,6 @@ TUI_hide_default('expert_fields');
<th>Default CC:</th> <th>Default CC:</th>
<td colspan="2"> <td colspan="2">
<div id="initial_cc"> <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> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment