mirror of
https://github.com/moodle/moodle.git
synced 2025-05-31 13:09:25 +02:00
MDL-34741 use 2in3 in mod_assign
This commit is contained in:
parent
c7e35969d5
commit
12fff124d2
@ -2,7 +2,7 @@ M.mod_assign = {};
|
||||
|
||||
M.mod_assign.init_tree = function(Y, expand_all, htmlid) {
|
||||
Y.use('yui2-treeview', function(Y) {
|
||||
var tree = new YAHOO.widget.TreeView(htmlid);
|
||||
var tree = new Y.YUI2.widget.TreeView(htmlid);
|
||||
|
||||
tree.subscribe("clickEvent", function(node, event) {
|
||||
// we want normal clicking which redirects to url
|
||||
|
Loading…
x
Reference in New Issue
Block a user