Skip to content
Snippets Groups Projects
Commit c100eb4c authored by philipp's avatar philipp
Browse files

from_user auch anzeigen

parent 946ff29b
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
var text = '<span class="tweet_text">' +$([item.text]).linkUrl().linkUser().linkHash().makeHeart().capAwesome().capEpic()[0]+ '</span>'; var text = '<span class="tweet_text">' +$([item.text]).linkUrl().linkUser().linkHash().makeHeart().capAwesome().capEpic()[0]+ '</span>';
// until we create a template option, arrange the items below to alter a tweet's display. // until we create a template option, arrange the items below to alter a tweet's display.
list.append('<li>' + avatar + date + join + text + '</li>'); list.append('<li>' + avatar + from_user + ': ' + date + join + text + '</li>');
list.children('li:first').addClass('tweet_first'); list.children('li:first').addClass('tweet_first');
list.children('li:odd').addClass('tweet_even'); list.children('li:odd').addClass('tweet_even');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment