fix: rm winner instructions and unnecessary glue code inclusion
This commit is contained in:
parent
6bce9877ab
commit
b41cd212b4
2 changed files with 2 additions and 1 deletions
|
@ -131,5 +131,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<!--
|
||||||
<script src="{{ assets.glue }}"></script>
|
<script src="{{ assets.glue }}"></script>
|
||||||
|
-->
|
||||||
{% endblock body %}
|
{% endblock body %}
|
||||||
|
|
|
@ -96,7 +96,6 @@ export const index = () => {
|
||||||
element.appendChild(proof);
|
element.appendChild(proof);
|
||||||
element.appendChild(proofText);
|
element.appendChild(proofText);
|
||||||
document.getElementById("submission-proof").appendChild(element);
|
document.getElementById("submission-proof").appendChild(element);
|
||||||
document.getElementById("winner-instructions").style.display = "block";
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue