Skip to content

Commit

Permalink
Removing old code from eternal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aac committed Jan 8, 2011
1 parent 83bc373 commit cee0746
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions eternal.js
Expand Up @@ -150,20 +150,3 @@ jQuery(document).bind('DOMNodeInserted', function(event) {
});
});

jQuery(hiddenIds).each(function() {
//TODO: don't have to loop over ids.
//can use multiple selectors (separated by ',')
var id = this.toString();

//remove from friends' photos (on Friends page)
/*
var fpSelector = ".ego_section i[style*="+id+"_]";
filter(jQuery(fpSelector).parent().parent().parent().parent().parent().parent());
*/
//remove from find more friends;
/*
var fmfSelector = '.uiFacepileItem > img[src~="_' + id + '_"]';
var fmfItems = jQuery(fmfSelector);
fmfItems.each(function() {jQuery(this).hide()});
*/
});

0 comments on commit cee0746

Please sign in to comment.