Merge branch 'MDL-36763-master' of git://git.luns.net.uk/moodle

This commit is contained in:
Sam Hemelryk
2012-11-26 11:42:28 +13:00
-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');
},
/**