Add survey

This commit is contained in:
2024-05-15 19:24:51 +02:00
parent d049848bff
commit c63b91f0cd
2 changed files with 2 additions and 1 deletions

View File

@@ -713,6 +713,7 @@ async function deleteVoteMeme(memeId) {
}
async function surveySubmit() {
this.preventDefault();
const satisfaction = document.querySelector('input[name="satisfaction"]:checked').value;
const functionality = document.querySelector('input[name="functionality"]:checked').value;
const content = document.querySelector('input[name="content"]:checked').value;