diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-08 19:41:06 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-08 19:41:06 +0200 |
commit | c795d528f9ec913d8a5bd304d2a1b4ebef78b606 (patch) | |
tree | 9ad66c862713941c86e36a5de8959b5a9b28ee6c /plugins/help/help.js | |
parent | 3b944edb02a838e92f5f849b1266f157ccfb7040 (diff) |
Open help window in small mode; add more index links
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); |