updated core to 7.73

This commit is contained in:
2020-11-09 10:18:07 +01:00
parent be549a75f6
commit 91e0ff102e
173 changed files with 1304 additions and 542 deletions

View File

@@ -3292,6 +3292,20 @@ function system_update_7082() {
// Empty update to force a rebuild of hook_library() and JS aggregates.
}
/**
* Add 'jquery-html-prefilter-3.5.0-backport.js' to the 'jquery' library.
*/
function system_update_7083() {
// Empty update to force a rebuild of hook_library() and JS aggregates.
}
/**
* Rebuild JavaScript aggregates to include 'ajax.js' fix for Chrome 83.
*/
function system_update_7084() {
// Empty update to force a rebuild of JS aggregates.
}
/**
* @} End of "defgroup updates-7.x-extra".
* The next series of updates should start at 8000.