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