Add survey
This commit is contained in:
parent
983d74dff3
commit
3f14542348
@ -713,7 +713,6 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user