Thomas Bruederli
2014-03-09 0c7bc4f5c0937f60ff04a744e372eca932a93e96
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);