From 95a18fa549c9576b7035d27ef1712c5dfd01422d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 09 Jul 2013 12:57:12 -0400
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 plugins/help/help.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/help/help.js b/plugins/help/help.js
index e53e967..59a93c5 100644
--- a/plugins/help/help.js
+++ b/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);

--
Gitblit v1.9.1