mirror of
https://github.com/moodle/moodle.git
synced 2025-07-27 17:30:53 +02:00
We have jquery+amd support. Lets use it to bring back the standard bootstrap jquery plugins.
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
|
|
require(['core/first'], function() {
|
|
require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap) {
|
|
log.debug('Bootstrap initialised');
|
|
});
|
|
});
|