Aleksander Machniak
2013-12-18 538e64c572220bba43960a3073468c0ce3dc5f4c
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, false, false);
                rcmail.open_window(url, 1020, false);
            }
            else {
                rcmail.redirect(url, false);