fdfd
This commit is contained in:
parent
2fbc01340f
commit
ecf58d7310
5 changed files with 28 additions and 23 deletions
|
@ -75,7 +75,7 @@ document.body.addEventListener('keydown', function(event) {
|
|||
let arr = emojis[i].emojis
|
||||
|
||||
for (j=0; j < arr.length; j++) {
|
||||
str += `<button class="btn m-1 px-0" onclick="getEmoji(\'${arr[j]}\', \'${form}\')" style="width:40px; overflow: hidden; border: none;" data-toggle="tooltip" title=":${arr[j]}:" delay:="0"><img width=30 src="/assets/images/emojis/${arr[j]}.gif" alt="${arr[j]}-emoji"/></button>`;
|
||||
str += `<button class="btn m-1 px-0 nobackground" onclick="getEmoji(\'${arr[j]}\', \'${form}\')" style="width:40px; overflow: hidden; border: none;" data-toggle="tooltip" title=":${arr[j]}:" delay:="0"><img width=30 src="/assets/images/emojis/${arr[j]}.gif" alt="${arr[j]}-emoji"/></button>`;
|
||||
}
|
||||
|
||||
container.innerHTML = str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue