Issue #2002622 by nod_: Wrong declaration for tabbingmanager script in system_library_info().
parent
895e29fce3
commit
060d9562fa
|
@ -1383,7 +1383,7 @@ function system_library_info() {
|
|||
'title' => 'Drupal tabbing manager',
|
||||
'version' => VERSION,
|
||||
'js' => array(
|
||||
'core/misc/tabbingmanager.js' => array('group', JS_LIBRARY),
|
||||
'core/misc/tabbingmanager.js' => array('group' => JS_LIBRARY),
|
||||
),
|
||||
'dependencies' => array(
|
||||
array('system', 'jquery'),
|
||||
|
|
Loading…
Reference in New Issue