mirror of
https://github.com/humhub/humhub.git
synced 2025-04-21 07:31:53 +02:00
Added Hearteyes emoij
This commit is contained in:
parent
dfe2e594c7
commit
1ae48ef2ae
BIN
img/emoji/Hearteyes.png
Normal file
BIN
img/emoji/Hearteyes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user