From 5d66a4bcf3ad5d584255184776f1f04451c929fc Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 19 Apr 2012 03:42:19 -0400 Subject: [PATCH] - Improved ttl values handling --- skins/larry/ui.js | 20 +------------------- 1 files changed, 1 insertions(+), 19 deletions(-) diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 89c7ba0..cf7ff55 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -155,27 +155,9 @@ new rcube_splitter({ id:'addressviewsplitterd', p1:'#addressview-left', p2:'#addressview-right', orientation:'v', relative:true, start:226, min:150, size:12, render:resize_leftcol }).init(); new rcube_splitter({ id:'addressviewsplitter', p1:'#addresslist', p2:'#contacts-box', - orientation:'v', relative:true, start:266, min:220, size:12 }).init(); + orientation:'v', relative:true, start:286, min:270, size:12 }).init(); new rcube_scroller('#directorylist-content', '#directorylist-header', '#directorylist-footer'); - } - } - /*** login page ***/ - else if (rcmail.env.task == 'login') { - if (bw.ie && bw.vendver < 8) { - var popup = $('<div>') - .addClass('readtext') - .html("Roundcube will not work well with the crappy browser ya' using. Get yourself a new internet browsing software and don't come back without!<p>Sincerly,<br/>the Roundcube Dev Team</p>") - .appendTo(document.body) - .dialog({ - dialogClass: 'alert', - closeOnEscape: true, - title: "No way, are you serious?", - close: function() { - popup.dialog('destroy').remove(); - }, - width: 450 - }); } } -- Gitblit v1.9.1