diff options
Diffstat (limited to 'views/default/js/friendsPickerv1.php')
-rw-r--r-- | views/default/js/friendsPickerv1.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/default/js/friendsPickerv1.php b/views/default/js/friendsPickerv1.php index 73e98af15..14b8da65d 100644 --- a/views/default/js/friendsPickerv1.php +++ b/views/default/js/friendsPickerv1.php @@ -1,6 +1,5 @@ /*
elgg friendsPicker plugin
-
adapted from Niall Doherty's excellent Coda-Slider - http://www.ndoherty.com/coda-slider
*/
@@ -14,7 +13,7 @@ jQuery.fn.friendsPicker = function(iterator) { var container = $(this);
container.addClass("friendsPicker");
- // set panelwidth manually as it's hidden initially
+ // set panelwidth manually as it's hidden initially - adjust this value for different themes/pagewidths
var panelWidth = 685;
// count the panels in the container
|