finish converting "delete" to trash icons for consistency. The 'x' was left in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.
This commit is contained in:
@@ -1166,7 +1166,7 @@ $(window).scroll(function () {
|
||||
}
|
||||
|
||||
if($(window).scrollTop() + $(window).height() > $(document).height() - 100) {
|
||||
// if($(window).scrollTop() > ($(document).height() - $(window).height() * 1.5 )) {
|
||||
// if($(window).scrollTop() > $(document).height() - ($(window).height() * 1.5 )) {
|
||||
|
||||
if((pageHasMoreContent) && (! loadingPage)) {
|
||||
$('#more').hide();
|
||||
|
||||
Reference in New Issue
Block a user