Skip to content

Commit ad1b647

Browse files
committed
Tabs: Don't blur anchors on activation.
1 parent bbb44f9 commit ad1b647

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/jquery.ui.tabs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ $.widget( "ui.tabs", {
317317
( clickedIsActive && !options.collapsible ) ||
318318
// allow canceling activation
319319
( this._trigger( "beforeActivate", event, eventData ) === false ) ) {
320-
anchor[ 0 ].blur();
321320
return;
322321
}
323322

@@ -335,7 +334,6 @@ $.widget( "ui.tabs", {
335334
if ( toShow.length ) {
336335
// TODO make passing in node possible
337336
this.load( this.lis.index( tab ), event );
338-
anchor[ 0 ].blur();
339337
}
340338
this._toggle( event, eventData );
341339
},

0 commit comments

Comments
 (0)