Skip to content

Commit

Permalink
MDL-58637 format_*: fixed incorrect CSS selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Apr 20, 2017
1 parent 6d14355 commit 2c77be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course/format/topics/format.js
Expand Up @@ -58,7 +58,7 @@ M.course.format.process_sections = function(Y, sectionlist, response, sectionfro
SECTIONNAME : 'sectionname'
},
SELECTORS = {
SECTIONLEFTSIDE : '.left .section-handle img'
SECTIONLEFTSIDE : '.left .section-handle .icon'
};

if (response.action == 'move') {
Expand Down
2 changes: 1 addition & 1 deletion course/format/weeks/format.js
Expand Up @@ -58,7 +58,7 @@ M.course.format.process_sections = function(Y, sectionlist, response, sectionfro
SECTIONNAME : 'sectionname'
},
SELECTORS = {
SECTIONLEFTSIDE : '.left .section-handle img'
SECTIONLEFTSIDE : '.left .section-handle .icon'
};

if (response.action == 'move') {
Expand Down

0 comments on commit 2c77be6

Please sign in to comment.