Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d6669
)
MDL-56842 boost: load required js on login page
author
Dan Poltawski
<dan@moodle.com>
Wed, 16 Nov 2016 13:49:43 +0000
(13:49 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 16 Nov 2016 13:59:47 +0000
(13:59 +0000)
theme/boost/templates/login.mustache
patch
|
blob
|
blame
|
history
diff --git
a/theme/boost/templates/login.mustache
b/theme/boost/templates/login.mustache
index
289b6ae
..
7a4f48a
100644
(file)
--- a/
theme/boost/templates/login.mustache
+++ b/
theme/boost/templates/login.mustache
@@
-42,3
+42,6
@@
</body>
</html>
+{{#js}}
+require(['theme_boost/loader']);
+{{/js}}