From 2282cc6ffc5b7f8e37d545dac86d4b277554973a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sun, 5 Aug 2012 21:31:00 +0200 Subject: [PATCH] MDL-34741 use 2in3 in private files block --- blocks/private_files/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/private_files/module.js b/blocks/private_files/module.js index 4775e60455b..42a402637bc 100644 --- a/blocks/private_files/module.js +++ b/blocks/private_files/module.js @@ -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