X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fhead.tpl;h=9087cea82e2a9416d4d427325d6b60b663729e31;hb=ddc3c0db03267d29ace272b504dc6f803fa02990;hp=ef1596e7b51c560fd93fe221243f9e4b87168db5;hpb=85408fe437cc06ef713f96fda426fd29318d9e0b;p=friendica.git diff --git a/view/templates/head.tpl b/view/templates/head.tpl index ef1596e7b5..9087cea82e 100644 --- a/view/templates/head.tpl +++ b/view/templates/head.tpl @@ -51,9 +51,13 @@ window.onload = function(){ new EmojiPicker({ trigger: [ + { + selector: '.emojis-post', + insertInto: ['#comment-edit-text-0', '#profile-jot-text'] + }, { selector: '.emojis', - insertInto: ['#comment-edit-text-0', '#profile-jot-text', '.comment-edit-text-full'] + insertInto: ['.comment-edit-text-full'] } ], closeButton: true