updated core to 7.66

This commit is contained in:
2019-04-24 13:24:00 +02:00
parent f6e72bbe19
commit b2fe2731c2
139 changed files with 525 additions and 1750 deletions
+3
View File
@@ -1182,6 +1182,9 @@ function system_library() {
'version' => '1.4.4',
'js' => array(
'misc/jquery.js' => array('group' => JS_LIBRARY, 'weight' => -20),
// This includes a security fix, so assign a weight that makes this load
// as soon after jquery.js is loaded as possible.
'misc/jquery-extend-3.4.0.js' => array('group' => JS_LIBRARY, 'weight' => -19),
),
);