Merge branch 'MDL-58637_master' of git://github.com/markn86/moodle

This commit is contained in:
Dan Poltawski 2017-04-20 07:27:56 +01:00
commit fd91fe42ca
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') {