mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-58637_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
fd91fe42ca
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ M.course.format.process_sections = function(Y, sectionlist, response, sectionfro
|
||||||
SECTIONNAME : 'sectionname'
|
SECTIONNAME : 'sectionname'
|
||||||
},
|
},
|
||||||
SELECTORS = {
|
SELECTORS = {
|
||||||
SECTIONLEFTSIDE : '.left .section-handle img'
|
SECTIONLEFTSIDE : '.left .section-handle .icon'
|
||||||
};
|
};
|
||||||
|
|
||||||
if (response.action == 'move') {
|
if (response.action == 'move') {
|
||||||
|
|
|
@ -58,7 +58,7 @@ M.course.format.process_sections = function(Y, sectionlist, response, sectionfro
|
||||||
SECTIONNAME : 'sectionname'
|
SECTIONNAME : 'sectionname'
|
||||||
},
|
},
|
||||||
SELECTORS = {
|
SELECTORS = {
|
||||||
SECTIONLEFTSIDE : '.left .section-handle img'
|
SECTIONLEFTSIDE : '.left .section-handle .icon'
|
||||||
};
|
};
|
||||||
|
|
||||||
if (response.action == 'move') {
|
if (response.action == 'move') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue