Thomas Bruederli
2013-07-08 c795d528f9ec913d8a5bd304d2a1b4ebef78b606
plugins/help/help.js
@@ -13,7 +13,7 @@
            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);