mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Merge branch 'wip-MDL-36341-m24' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
ee22329a90
6
calendar/yui/eventmanager/eventmanager.js
vendored
6
calendar/yui/eventmanager/eventmanager.js
vendored
@ -101,8 +101,10 @@ YUI.add('moodle-calendar-eventmanager', function(Y) {
|
||||
},
|
||||
node : {
|
||||
setter : function(node) {
|
||||
var n = Y.one('#'+node);
|
||||
return n;
|
||||
if (typeof(node) === 'string') {
|
||||
node = Y.one('#'+node);
|
||||
}
|
||||
return node;
|
||||
}
|
||||
},
|
||||
title : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user