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 b141d63 commit bfadd5cCopy full SHA for bfadd5c
ui/jquery.ui.tabs.js
@@ -15,7 +15,7 @@
15
16
var tabId = 0,
17
rhash = /#.*$/;
18
-
+
19
function getNextTabId() {
20
return ++tabId;
21
}
@@ -24,7 +24,7 @@ var isLocal = function( anchor ) {
24
// clone the node to work around IE 6 not normalizing the href property
25
// if it's manually set, i.e., a.href = "#foo" kills the normalization
26
anchor = anchor.cloneNode( false );
27
- return anchor.hash.length > 1 &&
+ return anchor.hash.length > 1 &&
28
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
29
};
30
0 commit comments