Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
I *think* this will fix the icon issues...
Browse files Browse the repository at this point in the history
But correct me if I broke something.
  • Loading branch information
PullJosh committed Feb 21, 2015
1 parent 3d42b84 commit e474ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion originals/Firedrake969/feed.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var hide = ["remix", "following", "curator", "manager"];
$(document).ready(function () {

if ($.inArray('love', hide) > -1) {
$("#activity-feed li div:contains('loved')").css("display", "none");
$("#activity-feed li:contains('loved')").css("display", "none");
}

if ($.inArray('share', hide) > -1) {
Expand Down

0 comments on commit e474ac3

Please sign in to comment.