mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-80446 mod_feedback: stricter selector for getting draggable items.
Ensure we don't also match inner nodes of the label question.
This commit is contained in:
parent
513f3b02c7
commit
114605accc
2
mod/feedback/yui/dragdrop/dragdrop.js
vendored
2
mod/feedback/yui/dragdrop/dragdrop.js
vendored
@ -3,7 +3,7 @@ YUI.add('moodle-mod_feedback-dragdrop', function(Y) {
|
||||
var CSS = {
|
||||
DRAGAREA: '#feedback_dragarea',
|
||||
DRAGITEMCLASS: 'feedback_itemlist',
|
||||
DRAGITEM: 'div.feedback_itemlist',
|
||||
DRAGITEM: '.row.feedback_itemlist',
|
||||
DRAGLIST: '#feedback_dragarea form',
|
||||
DRAGHANDLE: 'itemhandle'
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user