mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-17 22:55:07 -05:00
updated twitter link to have correct tweet link on timestamp
This commit is contained in:
parent
572be10d7d
commit
60d42be5ce
@ -44,7 +44,7 @@ function parseTweetMeta(tweet_data){
|
|||||||
var source = tweet_data[3];
|
var source = tweet_data[3];
|
||||||
|
|
||||||
date = prettyDate(new Date().parse(date));
|
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){
|
function prettyDate(time){
|
||||||
|
Loading…
Reference in New Issue
Block a user