mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Tabs: Whitespace.
This commit is contained in:
2
ui/jquery.ui.tabs.js
vendored
2
ui/jquery.ui.tabs.js
vendored
@@ -25,7 +25,7 @@ function isLocal( anchor ) {
|
||||
// if it's manually set, i.e., a.href = "#foo" kills the normalization
|
||||
anchor = anchor.cloneNode( false );
|
||||
return anchor.hash.length > 1 &&
|
||||
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
|
||||
anchor.href.replace( rhash, "" ) === location.href.replace( rhash, "" );
|
||||
}
|
||||
|
||||
$.widget( "ui.tabs", {
|
||||
|
||||
Reference in New Issue
Block a user