Aleksander Machniak
2013-10-14 c1bc8f6c827a27540b5510b42dcc65b39d38f2c1
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, true, false);
                rcmail.open_window(url, 1020, false);
            }
            else {
                rcmail.redirect(url, false);