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:47:51 +00:00
parent 2d7c5eeeea
commit 120d7ed3c1
-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');
},
/**