Moodle Confirmar caixa
require(['core/notification’], function(notification) {
notification.alert('Hello', 'Welcome to my site!', 'Continue');
});
Different Dunlin
require(['core/notification’], function(notification) {
notification.alert('Hello', 'Welcome to my site!', 'Continue');
});