Created emoji shorcut to HTML code translator

This commit is contained in:
Pierre
2017-06-21 10:44:29 +02:00
parent 2601da21ad
commit 37adf3aa0d
5 changed files with 60 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ComunicWeb.pages.home.home = {
var emojiesArea = createElem2({
appendTo: targetElement,
type: "p",
innerHTML: "Emoji test : :) 🇬🇫 🎅🏻"
innerHTML: "Emoji test : :) 🇬🇫 🎅🏻 :( (movie) (cool)"
});