diff options
author | thomascube <thomas@roundcube.net> | 2012-02-15 18:49:07 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-15 18:49:07 +0000 |
commit | 19b34b7058117832de44682a7d3eb4ada9859be4 (patch) | |
tree | 2048d36ed76f9013c84256b83df3a3bb1c2eaad7 /skins/larry/ui.js | |
parent | 63f23ffd6a7e78304309f221799e3a9a3403748c (diff) |
Some hacks to make Larry work in IE7
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index e870fe79b..333dd50cf 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -772,6 +772,7 @@ function rcube_mail_ui() { var frame = $('<iframe>').attr('id', 'aboutframe') .attr('src', rcmail.url('settings/about')) + .attr('frameborder', '0') .appendTo(document.body); var h = Math.floor($(window).height() * 0.75); |