(function() { "use strict"; App.SocialShare = { initialize: function() { $(".social-share-button a").each(function() { $(this).append("" + ($(this).data("site").replace(/_app$/, "")) + ""); }); }, destroy: function() { $(".social-share-button a .show-for-sr").remove(); } }; }).call(this);