Skip to content
Snippets Groups Projects
Commit 883af18a authored by Martin Mareš's avatar Martin Mareš
Browse files

Tlačítko "Povolit zakládání řešení" v zadávání bodů opraveno

Closes #435.
parent 795842ed
Branches
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@
<script type="text/javascript">
window.addEventListener("load", function() {
for (const ch of document.querySelectorAll("input[type=checkbox]")) {
if (ch.onchange)
ch.onchange();
}
for (const i of document.querySelectorAll("input[type=text]")) {
if (i.oninput)
i.oninput();
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment