' + new Date(tweet.date_value).toTimeString().substr(0,8) + '
'; } @@ -508,15 +489,15 @@ if (className != 'icons') { lastend = 0; var txt = ''; - tweet.entities.sort(function(a, b) { return a.start - b.start }); - _(tweet.entities).each(function(_e) { + tweet.html_parts.sort(function(a, b) { return a.start - b.start }); + _(tweet.html_parts).each(function(_e) { txt += highlight( tweet.text.substring(lastend, _e.start) ) + _e.link + highlight( _e.text ) + ''; lastend = _e.end; }); txt += highlight( tweet.text.substring(lastend) ); - html += '' + a_user + highlight('@' + tweet.from_user) + '' + ( className == 'full' ? ' (' + tweet.from_user_name + ')
' : ' : ') + txt + '
' + a_user + highlight('@' + tweet.user.screen_name) + '' + ( className == 'full' ? ' (' + tweet.user.name + ')
' : ' : ') + txt + '