diff options
author | thomascube <thomas@roundcube.net> | 2011-12-30 17:39:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-30 17:39:06 +0000 |
commit | 12bf0f9766e454364e5296b1ecc09b43c27e820b (patch) | |
tree | 7c881681ff3a21c85fdbdb181a2f04dac018cff7 /skins/larry/ui.js | |
parent | 354bf1ce12296767f007567807eae238fb80d342 (diff) |
Small CSS improvements
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 3521154ca..9799ab8a8 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -135,7 +135,7 @@ function rcube_mail_ui() } } else if (rcmail.env.task == 'login') { - if (bw.ie && bw.ver < 9) { + if (bw.ie && bw.vendver < 9) { 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>") |