diff options
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | 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 759bfabe1..979ed05c7 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -153,7 +153,7 @@ function rcube_mail_ui() } /*** 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>") |