We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f875d9e commit 1d3f3e5Copy full SHA for 1d3f3e5
app/assets/javascripts/backbone/plugins/emoticons.js.coffee
@@ -33,7 +33,7 @@ class Kandan.Plugins.Emoticons
33
":(" : { src : "sad.png", css : "small", title : "sad"},
34
"=(" : { src : "sad.png", css : "small", title : "sad"},
35
":)" : { src : "happy.png", css : "small", title : "happy"},
36
- "=)" : { src : "sad.png", css : "small", title : "happy"},
+ "=)" : { src : "happy.png", css : "small", title : "happy"},
37
":p" : { src : "tongue.png", css : "small", title : ":p"},
38
"=p" : { src : "tongue.png", css : "small", title : "=p"},
39
":bowtie:" : { src : "emojis/bowtie.png", css : "small", title : "bowtie"},
0 commit comments