Issue #1805332 by nod_: Fixed Collapsible update.php fieldset is collapsed and cannot be expanded.

8.0.x
webchick 2012-10-06 11:34:09 -07:00
parent 20f5e2b1bd
commit 5b815e3fef
1 changed files with 1 additions and 0 deletions

View File

@ -1270,6 +1270,7 @@ function system_library_info() {
'dependencies' => array(
array('system', 'jquery'),
array('system', 'drupal'),
array('system', 'drupalSettings'),
// collapse.js relies on drupalGetSummary in form.js
array('system', 'drupal.form'),
),