mirror of
https://github.com/moodle/moodle.git
synced 2025-07-23 23:31:58 +02:00
MDL-21400 removing some YUI2 extras
This commit is contained in:
@@ -161,7 +161,7 @@ M.util.CollapsibleRegion.prototype.icon = null;
|
||||
* on-the-fly asynchronously
|
||||
*/
|
||||
M.util.init_help_icons = function(Y) {
|
||||
Y.use('yui2-dom, yui2-container, io', function(Y) {
|
||||
Y.use('io', 'yui2-dom', 'yui2-container', function(Y) {
|
||||
// remove all titles, they would obscure the YUI tooltip
|
||||
Y.all('span.helplink a').each(function(node) {
|
||||
node.set('title', '');
|
||||
|
Reference in New Issue
Block a user