Added Hearteyes emoij

This commit is contained in:
andystrobel 2014-09-24 19:09:30 +02:00
parent dfe2e594c7
commit 1ae48ef2ae
2 changed files with 1 additions and 1 deletions

BIN
img/emoji/Hearteyes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -11,7 +11,7 @@
// add contenteditable div
$('#<?php echo $id; ?>').after('<div id="<?php echo $id; ?>_contenteditable" class="atwho-input form-control atwho-placeholder" contenteditable="true">' + placeholder + '</div>');
var emojis = ["Ambivalent", "Angry", "Confused", "Cool", "Frown", "Gasp", "Grin", "Heart", "Laughing", "Slant", "Smile", "Wink", "Yuck"];
var emojis = ["Ambivalent", "Angry", "Confused", "Cool", "Frown", "Gasp", "Grin", "Heart", "Hearteyes", "Laughing", "Slant", "Smile", "Wink", "Yuck"];
var emojis_list = $.map(emojis, function (value, i) {
return {'id': i, 'name': value};