From ab0b51a1fef87bcc643c3aaf2e635c811b28ccd8 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 15 Feb 2011 06:10:59 -0500
Subject: [PATCH] - Use only one from IMAP authentication methods to prevent login delays (1487784)

---
 skins/default/functions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/functions.js b/skins/default/functions.js
index d26097f..3497826 100644
--- a/skins/default/functions.js
+++ b/skins/default/functions.js
@@ -46,7 +46,7 @@
     // create a tab
     a   = $('<a>').text(legend.text()).attr('href', '#');
     tab = $('<span>').attr({'id': 'tab'+idx, 'class': 'tablink'})
-        .click(function() { return rcube_show_tab(id, idx); })
+        .click(function() { rcube_show_tab(id, idx); return false })
 
     // remove legend
     legend.remove();

--
Gitblit v1.9.1