From 4d80bc33b8924038bd1ca57d548828afe661bb42 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 03:10:57 +0000 Subject: Refs #2700 replaced most underscores with hyphens - there may be broken display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/js/friendsPickerv1.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'views/default/js/friendsPickerv1.php') diff --git a/views/default/js/friendsPickerv1.php b/views/default/js/friendsPickerv1.php index 2fa4e373f..e9a387844 100644 --- a/views/default/js/friendsPickerv1.php +++ b/views/default/js/friendsPickerv1.php @@ -12,7 +12,7 @@ jQuery.fn.friendsPicker = function(iterator) { return this.each(function() { var container = $(this); - container.addClass("friends_picker"); + container.addClass("friends-picker"); // set panelwidth manually as it's hidden initially - adjust this value for different themes/pagewidths var panelWidth = 730; @@ -21,7 +21,7 @@ jQuery.fn.friendsPicker = function(iterator) { // calculate the width of all the panels lined up end-to-end var friendsPicker_containerWidth = panelWidth*panelCount; // specify width for the friendsPicker_container - container.find("div.friends_picker_container").css("width" , friendsPicker_containerWidth); + container.find("div.friends-picker-container").css("width" , friendsPicker_containerWidth); // global variables for container.each function below var friendsPickerNavigationWidth = 0; @@ -30,17 +30,17 @@ jQuery.fn.friendsPicker = function(iterator) { // generate appropriate nav for each container container.each(function(i) { // generate Left and Right arrows - $(this).before("
Left<\/div>"); - $(this).after("
Right<\/div>"); + $(this).before("
Left<\/div>"); + $(this).after("
Right<\/div>"); // generate a-z tabs - $(this).before("