From a1bd76232a662a4ec3468305f8e66632c6c92479 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 25 Feb 2012 12:57:24 -0500 Subject: [PATCH] Same problems with PNG and filter:alpha() on IE8 --- skins/larry/ui.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 759bfab..979ed05 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -153,7 +153,7 @@ } /*** login page ***/ else if (rcmail.env.task == 'login') { - if (bw.ie && bw.vendver < 9) { + 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>") -- Gitblit v1.9.1