diff options
Diffstat (limited to 'plugins/help/help.js')
-rw-r--r-- | plugins/help/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/help/help.js b/plugins/help/help.js index 0fb36bd00..e53e96755 100644 --- a/plugins/help/help.js +++ b/plugins/help/help.js @@ -13,7 +13,7 @@ if (window.rcmail) { var url = rcmail.url('help/index', { _rel: rcmail.task + (rcmail.env.action ? '/'+rcmail.env.action : '') }); if (rcmail.env.help_open_extwin) { - rcmail.open_window(url, false, false); + rcmail.open_window(url, true, false); } else { rcmail.redirect(url, false); |