added emoticon 🪨
This commit is contained in:
parent
1c8760c8c3
commit
2ff471f4a7
@ -32,6 +32,10 @@ function parseEmoticons( inputStr ){
|
||||
{
|
||||
text:';)',
|
||||
image: '2.png'
|
||||
},
|
||||
{
|
||||
text:':rock:',
|
||||
image: '3.png'
|
||||
}
|
||||
];
|
||||
for ( var i = 0; i < emoticons.length; i++ ){
|
||||
|
Loading…
Reference in New Issue
Block a user