Revision bd0d4c5c
Added by Geoffroy Desvernay over 5 years ago
drupal7/modules/system/system.module | ||
---|---|---|
1182 | 1182 |
'version' => '1.4.4', |
1183 | 1183 |
'js' => array( |
1184 | 1184 |
'misc/jquery.js' => array('group' => JS_LIBRARY, 'weight' => -20), |
1185 |
// This includes a security fix, so assign a weight that makes this load |
|
1186 |
// as soon after jquery.js is loaded as possible. |
|
1187 |
'misc/jquery-extend-3.4.0.js' => array('group' => JS_LIBRARY, 'weight' => -19), |
|
1185 | 1188 |
), |
1186 | 1189 |
); |
1187 | 1190 |
|
Also available in: Unified diff
MAJ 7.66