diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 20:24:40 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 20:24:40 +0100 |
commit | 63eae4a196372bc60c22a7f39d15ef4f448eb738 (patch) | |
tree | 9aeff3dd7113cc55ec802611fbc0500a346c350f /program | |
parent | d3583f0c0e30b775bc541f21e9764af624c7f367 (diff) |
Forward all arguments of the function call
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 540abf192..c8def1a75 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -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">') |