From 19b34b7058117832de44682a7d3eb4ada9859be4 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 15 Feb 2012 13:49:07 -0500
Subject: [PATCH] Some hacks to make Larry work in IE7

---
 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 e870fe7..333dd50 100644
--- a/skins/larry/ui.js
+++ b/skins/larry/ui.js
@@ -772,6 +772,7 @@
   {
     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);

--
Gitblit v1.9.1