mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 08:11:39 +02:00
MDL-49782 general: removed uses of window.status
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user