summaryrefslogtreecommitdiff
path: root/misc/collapse.js
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-04-14 02:01:02 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-04-14 02:01:02 +0000
commit1cd46e64ce1c7f3143ecdae0c9df331c555416d3 (patch)
tree8bb17eb29525480edf3dd72d9bdd0ac61c1623aa /misc/collapse.js
parent062412e1a489c8547e0278f2a267ab868d4101e4 (diff)
downloadbrdo-1cd46e64ce1c7f3143ecdae0c9df331c555416d3.tar.gz
brdo-1cd46e64ce1c7f3143ecdae0c9df331c555416d3.tar.bz2
#57750: Tweaks for textareas inside collapsed fieldsets
Diffstat (limited to 'misc/collapse.js')
-rw-r--r--misc/collapse.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/collapse.js b/misc/collapse.js
index e6905ac08..21b730c2d 100644
--- a/misc/collapse.js
+++ b/misc/collapse.js
@@ -24,7 +24,7 @@ function collapseAutoAttach() {
collapseScrollIntoView(this.parentNode.parentNode);
if (typeof textAreaInit != 'undefined') {
// Add the grippie to a textarea in a collapsed fieldset.
- textAreaInit(this.parentNode.parentNode);
+ textAreaAutoAttach(null, this.parentNode.parentNode);
}
}
this.blur();