updated core to 7.80

This commit is contained in:
2021-07-12 10:11:08 +02:00
parent 7b1e954f7f
commit 5656f5a68a
236 changed files with 4149 additions and 888 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.