We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fe480 commit c5b055aCopy full SHA for c5b055a
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 : "happy.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