mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-43322 JavaScript: Correct cache-base entry in base rollup
This commit is contained in:
parent
9a45ac14f0
commit
052d64a478
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ while (count($parts)) {
|
|||
'dd-plugin',
|
||||
|
||||
// Cache is used by moodle-core-tooltip which we include everywhere.
|
||||
'cache',
|
||||
'cache-base',
|
||||
);
|
||||
|
||||
// We need to add these new parts to the beginning of the $parts list, not the end.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue