Skip to content

Commit

Permalink
Moved Twitter widget images to widgets/twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
barrym committed May 2, 2010
1 parent beb18c8 commit 78a6c7a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion widgets/twitter/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var Twitter = Class.create(Widget, {
},

buildWidgetIcon: function() {
return(new Element("img", { src: "images/twitter.png", 'class': 'twitter icon'}));
return(new Element("img", { src: "images/twitter/icon.png", 'class': 'twitter icon'}));
},

buildMessages: function() {
Expand Down

0 comments on commit 78a6c7a

Please sign in to comment.