Edit meme creation

This commit is contained in:
2024-05-16 10:12:23 +02:00
parent 7c383141c6
commit c9d62ecaea
3 changed files with 6 additions and 5 deletions

View File

@@ -620,6 +620,7 @@ async function addMeme() {
meme_image_id: memeImageElement.value
}, "Meme bol zmazaný", "Nastala chyba pri mazaní meme-u", false);
memeFormElement.reset();
await togglememecreate();
}
async function deleteMeme(memeId) {