Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmis1000 committed Aug 27, 2014
1 parent 84a6fdd commit d3e3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/applications.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ var pollNewMsg = function(isWidget) {
.text(strftime(date)))
.append(link('nick', url + '/' + lis, msg['nick'])
.text(msg['nick'])
.css("color",getColor(msg['nick']))
.css("color",getColor(msg['nick'])))
.append($("<span class=\"msg wordwrap\">").html(msg["msg"]).each(function(){
$(this).html(
parseColor($(this).html())
Expand Down

0 comments on commit d3e3f83

Please sign in to comment.