Skip to content

Commit

Permalink
MDL-32745 Don't apply course ajax to site_main_menu block
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Robert Nicols committed May 3, 2012
1 parent aa753ac commit 178f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/yui/toolboxes/toolboxes.js
Expand Up @@ -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',
Expand Down

0 comments on commit 178f351

Please sign in to comment.