Skip to content

Commit 1d3f3e5

Browse files
committedFeb 22, 2013
Fixes #106. =) shows wrong graphic
1 parent f875d9e commit 1d3f3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/assets/javascripts/backbone/plugins/emoticons.js.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Kandan.Plugins.Emoticons
3333
":(" : { src : "sad.png", css : "small", title : "sad"},
3434
"=(" : { src : "sad.png", css : "small", title : "sad"},
3535
":)" : { src : "happy.png", css : "small", title : "happy"},
36-
"=)" : { src : "sad.png", css : "small", title : "happy"},
36+
"=)" : { src : "happy.png", css : "small", title : "happy"},
3737
":p" : { src : "tongue.png", css : "small", title : ":p"},
3838
"=p" : { src : "tongue.png", css : "small", title : "=p"},
3939
":bowtie:" : { src : "emojis/bowtie.png", css : "small", title : "bowtie"},

0 commit comments

Comments
 (0)