aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.tabs.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index 12b12ff5c..d97a12101 100644
--- a/ui/jquery.ui.tabs.js
+++ b/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 );
},