mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-49262 bootstrapbase: Add log to bootstrapbase init
This commit is contained in:
parent
a824e60ab6
commit
7db6d31bf0
@ -1,6 +1,6 @@
|
||||
|
||||
require(['core/first'], function() {
|
||||
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap) {
|
||||
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap, log) {
|
||||
log.debug('Bootstrap initialised');
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user