mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 17:00:37 +02:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
|
|
require(['core/first'], function() {
|
|
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap, log) {
|
|
log.debug('Bootstrap initialised');
|
|
});
|
|
});
|