From 9c7945b097038f6119cbe0c1a18c65411d2cb38a Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 30 Jul 2008 11:45:37 +0000 Subject: the beginnings of the tabbed friends picker git-svn-id: https://code.elgg.org/elgg/trunk@1592 36083f99-b078-4883-b0ff-0f9b5a30f544 --- javascript/friendsPickerv1.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'javascript') diff --git a/javascript/friendsPickerv1.js b/javascript/friendsPickerv1.js index 71a919dd9..875a4990d 100755 --- a/javascript/friendsPickerv1.js +++ b/javascript/friendsPickerv1.js @@ -96,8 +96,10 @@ jQuery.fn.friendsPicker = function(settings) { //$("div#friendsPickerNavigation" + j + " li.tab22 a").addClass("tabHasContent"); // generate link to 'all friends in collection' - removed for now - $("div#friendsPickerNavigation" + j).append("
Collection members<\/a>

"); - //$("div#friendsPickerNavigation" + j).append("
"); + //$("div#friendsPickerNavigation" + j).append("
Collection members<\/a>

"); + $("div#friendsPickerNavigation" + j).append("
"); + + $("div#friendsPickerNavigation" + j).hide(); j++; -- cgit v1.2.3