app/assets/javascripts/hyrax/trophy.js in hyrax-1.1.1 vs app/assets/javascripts/hyrax/trophy.js in hyrax-2.0.0.beta1

- old
+ new

@@ -14,10 +14,10 @@ anchor.toggleClass("trophy-on"); anchor.toggleClass("trophy-off"); } }); } -// Trophy will be removed +// Trophy will be removed from the public profile page function trophyOff(anchor) { if (anchor.data('removerow')) { $('#trophyrow_'+gid).fadeOut(1000, function() { $('#trophyrow_'+gid).remove(); });