MDL-36763 Remove onclick event when creating activity left indent link
The left indent onclick is now handled by a Y.delegate so there is no need for a seperate event handler.
This commit is contained in:
Vendored
-1
@@ -479,7 +479,6 @@ YUI.add('moodle-course-toolboxes', function(Y) {
|
||||
.setAttribute('href', newlink)
|
||||
.setAttribute('title', left_string);
|
||||
anchor.appendChild(newicon);
|
||||
anchor.on('click', this.move_left, this);
|
||||
moveright.insert(anchor, 'before');
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user