Skip to content

Commit

Permalink
slight cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Coffman committed Jan 22, 2011
1 parent 91c8800 commit 575501d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion public/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function msgReceived(msg){
else if(msg.apps){
styles = "<style type='text/css'>"
msg.apps.forEach(function (app){
styles = styles + " ." + app.Name + " {color:"+app.Color+";}"
styles = styles + ' .' + app.Name + ' {color:'+app.Color+';}'
$categories.append('<li class='+app.Name +'>' + app.Name + '</li>');
});
$(styles + '</style>').appendTo('head');
Expand Down
2 changes: 0 additions & 2 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ html(lang="en")
#content
#categories
ul#category_list
li category 1
#feed
ul#feed_list
li feed item 1
#footer
a(href="http://thecoffman.com") adam coffman made this
p
Expand Down

0 comments on commit 575501d

Please sign in to comment.