aboutsummaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-26 00:06:16 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-26 00:06:16 +0000
commite9cc4a95ca5a6e7192a26a4dc69f62c542158085 (patch)
tree4d9a1fb2379ab9c34369e50f8484ed0a9813df37 /javascript
parent7e6e58f8b1da4c1a94c7c933d98ead1879658d58 (diff)
downloadelgg-e9cc4a95ca5a6e7192a26a4dc69f62c542158085.tar.gz
elgg-e9cc4a95ca5a6e7192a26a4dc69f62c542158085.tar.bz2
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
Diffstat (limited to 'javascript')
-rwxr-xr-xjavascript/friendsPickerv1.js6
1 files changed, 3 insertions, 3 deletions
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("<div class='friendsPickerNavigationAll'><a href='#' >Collection members<\/a></div><br />");
- $("div#friendsPickerNavigation" + j).append("<br />");
+ $("div#friendsPickerNavigation" + j).append("<div class='friendsPickerNavigationAll'><a href='#' >Collection members<\/a></div><br />");
+ //$("div#friendsPickerNavigation" + j).append("<br />");
j++;