From 538e64c572220bba43960a3073468c0ce3dc5f4c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 18 Dec 2013 14:57:35 -0500 Subject: [PATCH] Fix Closure-compiler warnings, small code improvements --- plugins/help/help.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/help/help.js b/plugins/help/help.js index 0fb36bd..03edb7a 100644 --- a/plugins/help/help.js +++ b/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); -- Gitblit v1.9.1