summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-17 20:36:46 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-17 20:36:46 +0000
commit3f1993fedf9f1902dc3691b8b2f5fde9e497903b (patch)
treeabd8d2e24c9dbeee6078f87f0e4ccebcca431602 /misc
parentad335b239539c47ac498ca65bf03629bb2c2795a (diff)
downloadbrdo-3f1993fedf9f1902dc3691b8b2f5fde9e497903b.tar.gz
brdo-3f1993fedf9f1902dc3691b8b2f5fde9e497903b.tar.bz2
#88045 by kkaefer. Keep focus after expanding a fieldset.
Diffstat (limited to 'misc')
-rw-r--r--misc/collapse.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/collapse.js b/misc/collapse.js
index 548c2b24c..521e4e3f0 100644
--- a/misc/collapse.js
+++ b/misc/collapse.js
@@ -44,7 +44,6 @@ Drupal.collapseAutoAttach = function () {
.slideUp('medium', function () { $(fieldset).addClass('collapsed'); fieldset.animating = false; } )
.show();
}
- this.blur();
return false;
})
.html(this.innerHTML);