From 6d7589351eae1e180579fc0c87885e5ab7a73f48 Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 20 Oct 2014 19:18:34 -0400 Subject: All: Drop support for IE7 Fixes #9838 Closes gh-1365 --- ui/tabs.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/tabs.js') diff --git a/ui/tabs.js b/ui/tabs.js index e45a97c72..fea7138d5 100644 --- a/ui/tabs.js +++ b/ui/tabs.js @@ -48,10 +48,6 @@ return $.widget( "ui.tabs", { return function( anchor ) { var anchorUrl, locationUrl; - // support: IE7 - // IE7 doesn't normalize the href property when set via script (#9317) - anchor = anchor.cloneNode( false ); - anchorUrl = anchor.href.replace( rhash, "" ); locationUrl = location.href.replace( rhash, "" ); -- cgit v1.2.3