From 080d05752e172f4708b099ed58e710f22c9de0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sun, 5 Aug 2012 23:49:28 +0200 Subject: [PATCH] MDL-34741 use 2in3 in some user TreeView --- user/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/module.js b/user/module.js index 01ed0168d0d..324a2af2de6 100644 --- a/user/module.js +++ b/user/module.js @@ -35,7 +35,7 @@ M.core_user.init_participation = function(Y) { M.core_user.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