Forward all arguments of the function call

pull/181/head
Thomas Bruederli 11 years ago
parent d3583f0c0e
commit 63eae4a196

@ -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