plugins/help/help.js
@@ -1,4 +1,4 @@ /* /** * Help plugin client script * @version 1.4 */ @@ -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);