Skip to content
Snippets Groups Projects
Commit 328588c1 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Moved the variable output.standard_end_of_body_html from footer.mustache to...

Moved the variable output.standard_end_of_body_html from footer.mustache to solve Javascript issues with behat tests.
parent ae39dde6
Branches
Tags
No related merge requests found
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2019-11-29 - Moved the variable output.standard_end_of_body_html from footer.mustache to solve Javascript issues with behat tests.
### Release v3.7-r3
* 2019-11-13 - Improved Video JS Skin for hiding big play button in audio players and removed centered placement of this button in SCSS.
......
......@@ -57,6 +57,7 @@
template and use the equivalent own javascript "incoursesettings".
* Call to own navbar mustache template instead of boost/navbar.
* Add own additional layout elements: the footer, footnote or image area.
* Moved the variable output.standard_end_of_body_html from footer.mustache to solve Javascript issues with behat tests.
}}
{{> theme_boost/head }}
......@@ -107,6 +108,8 @@
{{> theme_boost/nav-drawer }}
{{{ pagebottomelements }}}
</div>
{{! Moved the variable here from footer.mustache to solve Javascript issues with behat tests. }}
{{{ output.standard_end_of_body_html }}}
</body>
</html>
......
......@@ -33,6 +33,9 @@
"footerrightblocks": "<aside id='block-region-footer-right' class='block-region' data-blockregion='footer-right' data-droptarget='1'>This is the right footer region</aside>"
}
}}
{{! MODIFICATION:
* Moved the variable output.standard_end_of_body_html to the end of the columns2.mustache template to solve Javascript issues with behat tests.
}}
<footer id="page-footer" class="py-3 bg-dark text-light">
<div class="container-fluid">
<div class="row-fluid">
......@@ -103,7 +106,9 @@
{{/ output.custom_menu_flat }}
</nav>
{{{ output.standard_footer_html }}}
{{{ output.standard_end_of_body_html }}}
{{! Moved the variable
output.standard_end_of_body_html
to the end of the columns2.mustache template to solve Javascript issues with behat tests. }}
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment