MEME
This commit is contained in:
parent
36913a7496
commit
a33d5c1eb7
@ -627,7 +627,7 @@ function addMeme() {
|
||||
|
||||
async function getMemeImages() {
|
||||
let memeImageSelector = document.getElementById("meme_image_input");
|
||||
const fileList = await getFileList();
|
||||
let fileList = await getFileList();
|
||||
fileList.forEach((item) => {
|
||||
let option = document.createElement("option");
|
||||
option.value = item.ID;
|
||||
|
Loading…
Reference in New Issue
Block a user