summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-02-04 20:24:40 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-02-04 20:24:40 +0100
commit63eae4a196372bc60c22a7f39d15ef4f448eb738 (patch)
tree9aeff3dd7113cc55ec802611fbc0500a346c350f /program
parentd3583f0c0e30b775bc541f21e9764af624c7f367 (diff)
Forward all arguments of the function call
Diffstat (limited to 'program')
-rw-r--r--program/js/app.js2
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">')