mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-58637 format_*: fixed incorrect CSS selector
This commit is contained in:
parent
6d14355ce8
commit
2c77be65cc
@ -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') {
|
||||
|
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user