mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-49782 general: removed uses of window.status
This commit is contained in:
parent
1d3fd63f97
commit
8b3a10438f
4 changed files with 3 additions and 12 deletions
|
@ -61,7 +61,7 @@ YUI.add('moodle-form-checkboxcontroller', function(Y) {
|
|||
var controllerbutton = Y.one(controllerbutton);
|
||||
var linkname = controllerbutton.get('value');
|
||||
// Link node which will replace controller button
|
||||
var link = Y.Node.create('<a href="#" onmouseover="window.status=\''+linkname+'\';" onmouseout="window.status=\'\';">'+linkname+'</a>');
|
||||
var link = Y.Node.create('<a href="#">'+linkname+'</a>');
|
||||
|
||||
// Attach onclick event to link
|
||||
link.on('click', this.onClick, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue