Pārlūkot izejas kodu

Prevent tweet expansion from firing more than once

Akinori MUSHA 7 gadi atpakaļ
vecāks
revīzija
e99b82b1eb
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/assets/javascripts/tweets.js.coffee

+ 1 - 0
app/assets/javascripts/tweets.js.coffee

@@ -1,6 +1,7 @@
 $ ->
   $('.tweet-body').each ->
     $(this).click ->
+      $(this).off('click')
       twttr.widgets.createTweet(
         this.dataset.tweetId
         this