From c100eb4cd444acbe0e864e7a0b8a3bf172f11a69 Mon Sep 17 00:00:00 2001
From: philipp <philipp@philipp-laptop.(none)>
Date: Sun, 5 Dec 2010 22:47:47 +0100
Subject: [PATCH] from_user auch anzeigen

---
 webroot/widgets/TwitterWall/jquery.tweet.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webroot/widgets/TwitterWall/jquery.tweet.js b/webroot/widgets/TwitterWall/jquery.tweet.js
index f125847..fa2009c 100644
--- a/webroot/widgets/TwitterWall/jquery.tweet.js
+++ b/webroot/widgets/TwitterWall/jquery.tweet.js
@@ -156,7 +156,7 @@
             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.
-            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:odd').addClass('tweet_even');
-- 
GitLab