dffd
This commit is contained in:
parent
df7679539f
commit
46c7da1f1b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ document.body.addEventListener('keydown', function(event) {
|
||||||
|
|
||||||
for (j=0; j < arr.length; j++) {
|
for (j=0; j < arr.length; j++) {
|
||||||
if(arr[j].match(search_bar.value)){
|
if(arr[j].match(search_bar.value)){
|
||||||
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" onclick="getEmoji(\'${arr[j]}\', \'${form}\')" style="width:60px; overflow: hidden; border: none;" data-toggle="tooltip" title=":${arr[j]}:" delay:="0"><img width=50 src="/assets/images/emojis/${arr[j]}.gif" alt="${arr[j]}-emoji"/></button>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue