From ccc3bca78bb319d130daa3aae2f2af964ca79f4f Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 8 Feb 2011 03:14:16 +0000 Subject: updates for the admin css based on the reworking I did to the html git-svn-id: http://code.elgg.org/elgg/trunk@8067 36083f99-b078-4883-b0ff-0f9b5a30f544 --- js/lib/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/lib/ui.js b/js/lib/ui.js index 72a087aa0..6fc3dd3bf 100644 --- a/js/lib/ui.js +++ b/js/lib/ui.js @@ -14,7 +14,7 @@ elgg.ui.init = function () { $('.elgg-toggle').live('click', elgg.ui.toggle); - $('.elgg-page-menu .elgg-menu-parent').live('click', elgg.ui.toggleMenu); + $('.elgg-menu-page .elgg-menu-parent').live('click', elgg.ui.toggleMenu); $('.elgg-like-toggle').live('click', elgg.ui.toggleLikes); -- cgit v1.2.3