MDL-34741 use 2in3 in private files block
This commit is contained in:
@@ -25,7 +25,7 @@ M.block_private_files = {};
|
||||
|
||||
M.block_private_files.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
|
||||
|
||||
Reference in New Issue
Block a user