From 5019d9caf7078d7202330195f26145ee843ac7f3 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 7 Jul 2010 09:45:38 +0000 Subject: - Fix regression in init_compose_form() (#1486835) --- skins/default/functions.js | 4 ++-- 1 file 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) { -- cgit v1.2.3