Forward all arguments of the function call

pull/165/head
Thomas Bruederli 12 years ago
parent affabd9a4b
commit 8a5777fd1a

@ -6315,7 +6315,7 @@ function rcube_webmail()
{
// forward call to parent window
if (this.is_framed()) {
return parent.rcmail.show_popup_dialog(html, title, buttons);
return parent.rcmail.show_popup_dialog(html, title, buttons, options);
}
var popup = $('<div class="popup">')

Loading…
Cancel
Save