mirror of
https://github.com/moodle/moodle.git
synced 2025-07-22 23:01:21 +02:00
MDL-36752 Be more specific about tooltip selectors
This commit is contained in:
@@ -1478,7 +1478,7 @@ M.util.help_icon = {
|
||||
return;
|
||||
}
|
||||
this.Y = Y;
|
||||
Y.one('body').delegate('click', this.display, 'span.helplink a', this);
|
||||
Y.one('body').delegate('click', this.display, 'span.helplink a.tooltip', this);
|
||||
this.initialised = true;
|
||||
},
|
||||
add : function(Y, properties) {
|
||||
|
Reference in New Issue
Block a user