Another place to change the css class name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 16 Aug 2010 23:00:45 +0000 (19:00 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 16 Aug 2010 23:00:45 +0000 (19:00 -0400)
horde/js/twitterclient.js

index c727b06..3ddbfc5 100644 (file)
@@ -223,8 +223,8 @@ var Horde_Twitter = Class.create({
                 new Element('img', {'src':response.user.profile_image_url})
             )
         );
-        var tBody = new Element('div', {'class':'fbstreambody'}).update(response.text);
-        tBody.appendChild(new Element('div', {'class':'fbstreaminfo'}).update(this.opts.strings.justnow));
+        var tBody = new Element('div', {'class':'hordeSmStreambody'}).update(response.text);
+        tBody.appendChild(new Element('div', {'class':'hordeSmStreaminfo'}).update(this.opts.strings.justnow));
         tweet.appendChild(tPic);
         tweet.appendChild(tBody);
         $(this.opts.content).insert({top:tweet});