7 lines
194 B
CoffeeScript
7 lines
194 B
CoffeeScript
App.SocialShare =
|
|
|
|
initialize: ->
|
|
$(".social-share-button a").each ->
|
|
element = $(this)
|
|
site = element.data('site')
|
|
element.append("<span class='sr-only'>#{site}</span>") |