From: Michael J. Rubinsky Date: Mon, 16 Aug 2010 23:00:45 +0000 (-0400) Subject: Another place to change the css class name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=757315ca5b879a06cf3467e15f515e1deb87fbe8;p=horde.git Another place to change the css class name --- diff --git a/horde/js/twitterclient.js b/horde/js/twitterclient.js index c727b060b..3ddbfc57f 100644 --- a/horde/js/twitterclient.js +++ b/horde/js/twitterclient.js @@ -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});