From ada51d1d0eac8a1c4448a664c42e8712bce9e650 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sat, 19 Oct 2013 09:51:30 -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 0fb36bd..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, false, false);
+                rcmail.open_window(url, 1020, false);
             }
             else {
                 rcmail.redirect(url, false);

--
Gitblit v1.9.1