projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d010da
)
Emoticon erroneous quote
author
Darren
<darren@darrenwhitlen.com>
Mon, 6 Oct 2014 16:18:22 +0000
(17:18 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Mon, 6 Oct 2014 16:18:22 +0000
(17:18 +0100)
client/src/helpers/utils.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/helpers/utils.js
b/client/src/helpers/utils.js
index 114ca612b2257ab31900552773eb6daec96a5db4..6e7074c162cba454a5cb14f134bc33fbb79182bb 100644
(file)
--- a/
client/src/helpers/utils.js
+++ b/
client/src/helpers/utils.js
@@
-415,7
+415,7
@@
function emoticonFromText(str) {
pushEmoticon(';)', 'wink');
break;
case ';D':
- pushEmoticon(';D
"
', 'wink_happy');
+ pushEmoticon(';D', 'wink_happy');
break;
case ':P':
case ':p':