This commit is contained in:
Bruno Rybársky 2024-04-25 22:41:23 +02:00
parent 36913a7496
commit a33d5c1eb7

@ -627,7 +627,7 @@ function addMeme() {
async function getMemeImages() { async function getMemeImages() {
let memeImageSelector = document.getElementById("meme_image_input"); let memeImageSelector = document.getElementById("meme_image_input");
const fileList = await getFileList(); let fileList = await getFileList();
fileList.forEach((item) => { fileList.forEach((item) => {
let option = document.createElement("option"); let option = document.createElement("option");
option.value = item.ID; option.value = item.ID;