Skip to content

Commit c5b055a

Browse files
committed
Fix trigger text for happy fave graphic with equal sign and right parenthesis
1 parent d5fe480 commit c5b055a

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 : "happy.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)