diff options
Diffstat (limited to 'ui/tabs.js')
-rw-r--r-- | ui/tabs.js | 4 |
1 files changed, 0 insertions, 4 deletions
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, "" ); |