mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 13:37:59 +01:00
6 lines
212 B
CoffeeScript
6 lines
212 B
CoffeeScript
|
angular.module('ponyfm').directive 'pfmShareButtons', () ->
|
||
|
(scope, element) ->
|
||
|
window.setTimeout((->
|
||
|
Tumblr.activate_share_on_tumblr_buttons()
|
||
|
FB.XFBML.parse(null, -> element.addClass('loaded'))
|
||
|
), 0)
|