Skip to content

Commit

Permalink
updated twitter link to have correct tweet link on timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Mar 10, 2010
1 parent 572be10 commit 60d42be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/javascripts/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function parseTweetMeta(tweet_data){
var source = tweet_data[3];

date = prettyDate(new Date().parse(date));
return tweet + '<span class="meta"><a href="http://twitter.com/'+twitter_user+'/'+tweet_id+'">' + date + '</a>' + (show_source ? ' from '+source : '') + '</span>';
return tweet + '<span class="meta"><a href="http://twitter.com/'+twitter_user + '/status/' + tweet_id + '">' + date + '</a>' + (show_source ? ' from '+source : '') + '</span>';
}

function prettyDate(time){
Expand Down

0 comments on commit 60d42be

Please sign in to comment.