| Current Path : /var/www/web2/moodle/theme/bootstrapbase/javascript/ |
| Current File : /var/www/web2/moodle/theme/bootstrapbase/javascript/moodlebootstrap.js |
require(['core/first'], function() {
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap, log) {
log.debug('Bootstrap initialised');
});
});