summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-07-07 09:45:38 +0000
committeralecpl <alec@alec.pl>2010-07-07 09:45:38 +0000
commit5019d9caf7078d7202330195f26145ee843ac7f3 (patch)
treef7aa837d277fce72b813e3682ed5cf8cced90070 /skins
parent9bb1fc7b0b7517412e16231685edf2ac264dbea0 (diff)
- Fix regression in init_compose_form() (#1486835)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/functions.js b/skins/default/functions.js
index 29e7049a7..cff5b9271 100644
--- a/skins/default/functions.js
+++ b/skins/default/functions.js
@@ -306,10 +306,10 @@ init_compose_form: function()
headers_div = document.getElementById('compose-headers-div');
if (cc_field && cc_field.value != '')
- rcmail_show_header_form('cc');
+ rcmail_ui.show_header_form('cc');
if (bcc_field && bcc_field.value != '')
- rcmail_show_header_form('bcc');
+ rcmail_ui.show_header_form('bcc');
// prevent from form data loss when pressing ESC key in IE
if (bw.ie) {