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