forked from MarseyWorld/MarseyWorld
increase max limit in inline emoji modal from 25 to 50
parent
558f7b2caa
commit
05a20bea23
|
@ -386,7 +386,7 @@ function populate_speed_emoji_modal(results, textbox)
|
||||||
|
|
||||||
emoji_index = 0;
|
emoji_index = 0;
|
||||||
speed_carot_modal.innerHTML = "";
|
speed_carot_modal.innerHTML = "";
|
||||||
const MAXXX = 25;
|
const MAXXX = 50;
|
||||||
// Not sure why the results is a Set... but oh well
|
// Not sure why the results is a Set... but oh well
|
||||||
let i = 0;
|
let i = 0;
|
||||||
for (let emoji of results)
|
for (let emoji of results)
|
||||||
|
|
Loading…
Reference in New Issue