Permalink
Browse files
Tabs: Don't blur anchors on activation.
- Loading branch information...
Showing
with
0 additions
and
2 deletions.
-
+0
−2
ui/jquery.ui.tabs.js
|
@@ -317,7 +317,6 @@ $.widget( "ui.tabs", { |
|
|
( clickedIsActive && !options.collapsible ) || |
|
|
// allow canceling activation |
|
|
( this._trigger( "beforeActivate", event, eventData ) === false ) ) { |
|
|
anchor[ 0 ].blur(); |
|
|
return; |
|
|
} |
|
|
|
|
@@ -335,7 +334,6 @@ $.widget( "ui.tabs", { |
|
|
if ( toShow.length ) { |
|
|
// TODO make passing in node possible |
|
|
this.load( this.lis.index( tab ), event ); |
|
|
anchor[ 0 ].blur(); |
|
|
} |
|
|
this._toggle( event, eventData ); |
|
|
}, |
|
|
0 comments on commit
ad1b647