mirror of
https://github.com/moodle/moodle.git
synced 2025-07-27 09:20:36 +02:00
MDL-39341 Themes Rename bootstrap to bootstrapbase
This commit is contained in:
5
theme/bootstrapbase/javascript/moodlebootstrap.js
Normal file
5
theme/bootstrapbase/javascript/moodlebootstrap.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// 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();
|
||||
});
|
Reference in New Issue
Block a user