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

This commit is contained in:
Dan Poltawski 2012-05-07 10:18:06 +08:00
commit b766edea0a

View File

@ -3,7 +3,7 @@ YUI.add('moodle-course-toolboxes', function(Y) {
// The CSS selectors we use
var CSS = {
ACTIVITYLI : 'li.activity',
COMMANDSPAN : 'span.commands',
COMMANDSPAN : 'li.activity span.commands',
CONTENTAFTERLINK : 'div.contentafterlink',
DELETE : 'a.editing_delete',
DIMCLASS : 'dimmed',