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 ad1b647 commit c1dc191Copy full SHA for c1dc191
ui/jquery.ui.tabs.js
@@ -25,7 +25,7 @@ function isLocal( anchor ) {
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 &&
28
- anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
+ anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
29
}
30
31
$.widget( "ui.tabs", {
0 commit comments