mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Prevent tweet expansion from firing more than once
This commit is contained in:
parent
5519e6a1a7
commit
e99b82b1eb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
$ ->
|
||||
$('.tweet-body').each ->
|
||||
$(this).click ->
|
||||
$(this).off('click')
|
||||
twttr.widgets.createTweet(
|
||||
this.dataset.tweetId
|
||||
this
|
||||
|
|
Loading…
Add table
Reference in a new issue