mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-58637_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
fd91fe42ca
@ -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