Fix typos
This commit is contained in:
parent
d65b7b6260
commit
b6d3ec940b
2 changed files with 10 additions and 11 deletions
|
|
@ -106,14 +106,13 @@ const loadQuestions = async (
|
|||
<input type="radio" id="rad3" name="group">
|
||||
<label id="label${qid}" class="rad3">${sanitizeQuestionHtml(c)}</label>
|
||||
<br>
|
||||
${
|
||||
d
|
||||
? `
|
||||
${d
|
||||
? `
|
||||
<input type="radio" id="rad4" name="group">
|
||||
<label id="label${qid}" class="rad4">${sanitizeQuestionHtml(d)}</label>
|
||||
<br>`
|
||||
: ""
|
||||
}
|
||||
: ""
|
||||
}
|
||||
</form>
|
||||
</div>
|
||||
`;
|
||||
|
|
@ -179,8 +178,8 @@ const initializeMonthDropdown = (selectedYear) => {
|
|||
const monthDropdown = document.getElementById("honap");
|
||||
if (!monthDropdown) return;
|
||||
|
||||
// Always include "Összes feladatsora" option
|
||||
let monthOptions = '<option value="all">Összes feladatsora</option>';
|
||||
// Always include "Összes feladatsor" option
|
||||
let monthOptions = '<option value="all">Összes feladatsor</option>';
|
||||
|
||||
if (selectedYear === "all/") {
|
||||
// Show all possible month patterns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue