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:
Andrew Robert Nicols
2012-11-22 10:56:20 +00:00
parent 6548ce0915
commit 355b4f9dfa
-1
View File
@@ -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');
},
/**