Browse Source

added emoticon :rock:

master
dennisdebel 10 years ago
parent
commit
2ff471f4a7
  1. 4
      web/emoji.js

4
web/emoji.js

@ -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…
Cancel
Save