Skip to content

Commit

Permalink
fix github issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielChagas14 committed Nov 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5a1d795 commit 0af2403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grades/_initialization.js
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ $("#classroom").change(function (e) {
} else {
$("#stage").html('')
$("#stage").append("<option value=''>Selecione</option>");
$("#stage").append(decodeHtml(response)).show();
$("#stage").append(decodeHtml(DOMPurify.sanitize(response))).show();
$("#stage").select2("val", "");
}
})

0 comments on commit 0af2403

Please sign in to comment.