mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
7 lines
402 B
JavaScript
7 lines
402 B
JavaScript
/**
|
|
* This module provides backwards compatability and should be removed
|
|
* entirely in Moodle 2.5
|
|
*/
|
|
YUI.add('moodle-enrol-notification', function(Y) {
|
|
console.log("You are using a deprecated name. Please update your YUI module to use moodle-core-notification instead of moodle-enrol-notification");
|
|
}, '@VERSION@', {requires:['base','node','overlay','event-key', 'moodle-core-notification']});
|