mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-36990 mod_feedback - added a missing semicolon
This commit is contained in:
parent
67e12ed2fd
commit
5f818c0e64
@ -180,7 +180,7 @@ M.mod_feedback.init = function(Y, id, sesskey) {
|
||||
});
|
||||
|
||||
var dragelement = Y.Node.create('<span></span>')
|
||||
.setAttribute('title', title)
|
||||
.setAttribute('title', title);
|
||||
dragelement.appendChild(dragicon);
|
||||
return dragelement;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user