Rewrite some stuff
This commit is contained in:
parent
1f4fa8eb72
commit
e52253b017
@ -617,7 +617,7 @@ async function getMemeImages() {
|
|||||||
let option = document.createElement("option");
|
let option = document.createElement("option");
|
||||||
option.value = item.ID;
|
option.value = item.ID;
|
||||||
let splitPath = item.Path.split("/");
|
let splitPath = item.Path.split("/");
|
||||||
option.text = `${splitPath[splitPath.length - 1]} - (${item.ID}) [${item.UploadedBy}]`;
|
option.text = `${splitPath[splitPath.length - 1]} - (${item.ID}) [${item.UploadedBy}(${item.UploadedByID})]`;
|
||||||
memeImageSelector.appendChild(option);
|
memeImageSelector.appendChild(option);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user