MDL-68833 theme_boost: Add missing js tags
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 3 Jun 2020 08:32:38 +0000 (16:32 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Wed, 3 Jun 2020 08:33:43 +0000 (16:33 +0800)
theme/boost/templates/columns1.mustache
theme/boost/templates/secure.mustache

index c5810dc..51fb23e 100644 (file)
@@ -64,7 +64,9 @@
 {{{ output.standard_end_of_body_html }}}
 </body>
 </html>
+{{#js}}
 M.util.js_pending('theme_boost/loader');
 require(['theme_boost/loader'], function() {
     M.util.js_complete('theme_boost/loader');
 });
+{{/js}}
index 21f48b6..c4ccb98 100644 (file)
@@ -87,7 +87,9 @@
 
 </body>
 </html>
+{{#js}}
 M.util.js_pending('theme_boost/loader');
 require(['theme_boost/loader'], function() {
     M.util.js_complete('theme_boost/loader');
 });
+{{/js}}