From e9cc4a95ca5a6e7192a26a4dc69f62c542158085 Mon Sep 17 00:00:00 2001 From: pete Date: Sat, 26 Jul 2008 00:06:16 +0000 Subject: friends picker fixed for new page layout, and hopefully I've fixed the load issue too git-svn-id: https://code.elgg.org/elgg/trunk@1552 36083f99-b078-4883-b0ff-0f9b5a30f544 --- javascript/friendsPickerv1.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'javascript/friendsPickerv1.js') diff --git a/javascript/friendsPickerv1.js b/javascript/friendsPickerv1.js index 843b2ff9d..71a919dd9 100755 --- a/javascript/friendsPickerv1.js +++ b/javascript/friendsPickerv1.js @@ -12,7 +12,7 @@ jQuery.fn.friendsPicker = function(settings) { var container = $(this); container.addClass("friendsPicker"); // set panelwidth manually as it's hidden initially - var panelWidth = 755; + var panelWidth = 685; // count the panels in the container var panelCount = container.find("div.panel").size(); @@ -96,8 +96,8 @@ 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("
"); j++; -- cgit v1.2.3