From 946ff29bb69ba01ffd3a89150c12552094fc71af Mon Sep 17 00:00:00 2001
From: philipp <philipp@philipp-laptop.(none)>
Date: Sun, 5 Dec 2010 22:34:13 +0100
Subject: [PATCH] =?UTF-8?q?query=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 webroot/widgets/TwitterWall/TwitterWall.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webroot/widgets/TwitterWall/TwitterWall.php b/webroot/widgets/TwitterWall/TwitterWall.php
index 2c93bbe..73de279 100644
--- a/webroot/widgets/TwitterWall/TwitterWall.php
+++ b/webroot/widgets/TwitterWall/TwitterWall.php
@@ -17,10 +17,10 @@ class TwitterWall implements iWidget
       <script type="text/javascript">
         $(document).ready(function(){
           $(".tweet").tweet({
-            username: "warpzone_ms",
             avatar_size: 64,
             count: 5,
-            loading_text: "loading tweets..."
+            loading_text: "loading tweets...",
+            query: "#warpzone"
           });
         });
       </script>'."\n";
-- 
GitLab