MDL-58637 format_*: fixed incorrect CSS selector

This commit is contained in:
Mark Nelson 2017-04-20 13:53:42 +08:00
parent 6d14355ce8
commit 2c77be65cc
2 changed files with 2 additions and 2 deletions

View File

@ -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') {

View File

@ -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') {