#88045 by kkaefer. Keep focus after expanding a fieldset.

5.x
Neil Drumm 2006-11-17 20:36:46 +00:00
parent ad335b2395
commit 3f1993fedf
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ Drupal.collapseAutoAttach = function () {
.slideUp('medium', function () { $(fieldset).addClass('collapsed'); fieldset.animating = false; } )
.show();
}
this.blur();
return false;
})
.html(this.innerHTML);