updated twitter link to have correct tweet link on timestamp

This commit is contained in:
B Mathis 2010-03-09 23:34:35 -06:00
parent 572be10d7d
commit 60d42be5ce

View File

@ -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){