We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe75e1 commit 87f7897Copy full SHA for 87f7897
ui/jquery.ui.tabs.js
@@ -25,7 +25,7 @@ var isLocal = (function() {
25
return function( anchor ) {
26
// clone the node to work around IE 6 not normalizing the href property
27
// if it's manually set, i.e., a.href = "#foo" kills the normalization
28
- anchor = anchor.cloneNode();
+ anchor = anchor.cloneNode( false );
29
return anchor.hash.length > 1 &&
30
anchor.href.replace( rhash, "" ) === currentPage;
31
};
0 commit comments