forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-41516 Themes: Ensure that blocks are set up early
Blocks can require JavaScript which must be set up early in the page lifecycle. In order to do so, we should ensure that content is created in the standard head setup before any other output is created so that any subsequent use of block instances are no longer the first such use when they may already be too late in the lifecycle.
- Loading branch information
1 parent
ee78814
commit 59849f7
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters