We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8646a commit a77e06dCopy full SHA for a77e06d
app/javascript/src/utils/sectionUpdate.js
@@ -12,7 +12,6 @@ export const getQuestionDiv = (id) => $(`#answer-form-${id}`).closest('.question
12
13
// Clear an answers for a given question id.
14
export const deleteAllAnswersForQuestion = (questionid) => {
15
- const answerFormDiv = $(`#answer-form-${questionid}`);
16
const editAnswerForm = $(`#answer-form-${questionid}`).find('.form-answer');
17
18
editAnswerForm.find('input:checkbox').prop('checked', false);
0 commit comments