| | |
| | | } |
| | | } |
| | | 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>") |
| | |
| | | } |
| | | |
| | | // add icons to clone file input field |
| | | if (rcmail.env.action = 'compose' && !$dialog.data('extended')) { |
| | | if (rcmail.env.action == 'compose' && !$dialog.data('extended')) { |
| | | $('<a>') |
| | | .addClass('iconlink add') |
| | | .attr('href', '#add') |