mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 21:55:12 +02:00
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
// We need to actually use the code manually here as this is tricky do in
|
|
// themes at present.
|
|
YUI().use('moodle-theme_bootstrap-bootstrap', function(Y) {
|
|
Y.Moodle.theme_bootstrap.bootstrap.init();
|
|
});
|