equal
deleted
inserted
replaced
35 + _t.created_at.match(/\d+:\d+:\d+/)[0] |
35 + _t.created_at.match(/\d+:\d+:\d+/)[0] |
36 + '</span> <span class="btv-cp-tweet-from">@' |
36 + '</span> <span class="btv-cp-tweet-from">@' |
37 + _t.from_user |
37 + _t.from_user |
38 + '</span> <span class="btv-cp-tweet-text">' |
38 + '</span> <span class="btv-cp-tweet-text">' |
39 + _t.text |
39 + _t.text |
40 + '</span><div class="btv-cp-tweet-button btv-cp-tweet-show"></div></a><a class="btv-cp-tweet-remove" href="#" onclick="$(this).parent().detach(); return false;">×</a></li>' |
40 + '</span><div class="btv-cp-tweet-button btv-cp-tweet-show"></div></a>' |
|
41 + '<a title="Supprimer de cette liste" href="#" onclick="$(this).parent().detach(); return false;"><div class="btv-cp-tweet-button btv-cp-tweet-remove"></div></a></li>' |
41 ); |
42 ); |
42 } |
43 } |
43 } |
44 } |
44 |
45 |
45 function showTweetOnScreen(tweetId) { |
46 function showTweetOnScreen(tweetId) { |