mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
5 lines
215 B
JavaScript
5 lines
215 B
JavaScript
// We need to actually use the code manually here as this is tricky do in
|
|
// themes at present.
|
|
YUI().use('moodle-theme_bootstrapbase-bootstrap', function(Y) {
|
|
Y.Moodle.theme_bootstrapbase.bootstrap.init();
|
|
});
|