From 67d16c702b48089cf64059d87ebfef5a0c52250d Mon Sep 17 00:00:00 2001
From: alexkb <alexkb@35674.no-reply.drupal.org>
Date: Mon, 24 Mar 2014 21:23:01 +0800
Subject: [PATCH] Issue #2071277 by alexkb: Removing IE7 conditional check for
 boxModel. Also removes deprecated use of jQuery.support.

---
 extlink.js |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/extlink.js b/extlink.js
index f243e14..72e6d22 100644
--- a/extlink.js
+++ b/extlink.js
@@ -109,10 +109,6 @@ Drupal.extlink.attach = function (context, settings) {
     return Drupal.extlink.popupClickHandler(e);
   });
 
-  // Work around for Internet Explorer box model problems.
-  if (($.support && !($.support.boxModel === undefined) && !$.support.boxModel) || ($.browser.msie && parseInt($.browser.version) <= 7)) {
-    $('span.ext, span.mailto').css('display', 'inline-block');
-  }
 };
 
 /**
-- 
1.7.9.5

