rethianita / docker-compose

Should not have unused variables JS-0128
Bug risk
Major
2 occurrences in this check
'expand' is defined but never used. Allowed unused vars must match /^_/u
26  });
27}
28
29function expand(qid) {30  console.log(qid);
31  const list = document.getElementById(`kerdes${qid}`);
32  if (list.innerHTML !== '') {
'submitDelete' is defined but never used. Allowed unused vars must match /^_/u
 1// kerdes aszinkron torlese
 2function submitDelete(qid) { 3  // kivesszük a form adatait
 4  console.log(qid);
 5  fetch('/api/delete_question', {