alecpl
2010-07-07 5019d9caf7078d7202330195f26145ee843ac7f3
- Fix regression in init_compose_form() (#1486835)


1 files modified
4 ■■■■ changed files
skins/default/functions.js 4 ●●●● patch | view | raw | blame | history
skins/default/functions.js
@@ -306,10 +306,10 @@
    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) {