diff --git a/course/format/topics/format.js b/course/format/topics/format.js index 7b41c39d220..c7e69419c5b 100644 --- a/course/format/topics/format.js +++ b/course/format/topics/format.js @@ -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') { diff --git a/course/format/weeks/format.js b/course/format/weeks/format.js index c9d072f56ec..1fb0c8ed7fd 100644 --- a/course/format/weeks/format.js +++ b/course/format/weeks/format.js @@ -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') {