From 757315ca5b879a06cf3467e15f515e1deb87fbe8 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 16 Aug 2010 19:00:45 -0400 Subject: [PATCH] Another place to change the css class name --- horde/js/twitterclient.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}); -- 2.11.0