Skip to content
Snippets Groups Projects
Commit a4fd2d66 authored by Gerhard Killesreiter's avatar Gerhard Killesreiter
Browse files

#57750, fixing leftovers, patch by tenrapid

parent 67fa69fe
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -22,7 +22,7 @@ function collapseAutoAttach() {
toggleClass(this.parentNode.parentNode, 'collapsed');
if (!hasClass(this.parentNode.parentNode, 'collapsed')) {
collapseScrollIntoView(this.parentNode.parentNode);
if (typeof textAreaInit != 'undefined') {
if (typeof textAreaAutoAttach != 'undefined') {
// Add the grippie to a textarea in a collapsed fieldset.
textAreaAutoAttach(null, this.parentNode.parentNode);
}
......
// $Id$
if (isJsEnabled()) {
addLoadEvent(textAreaInit);
addLoadEvent(textAreaAutoAttach);
}
function textAreaAutoAttach(event, parent) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment