fix: rm winner instructions and unnecessary glue code inclusion

This commit is contained in:
Aravinth Manivannan 2023-01-26 21:09:33 +05:30
parent 6bce9877ab
commit b41cd212b4
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 2 additions and 1 deletions

View File

@ -131,5 +131,7 @@
}
</style>
<!--
<script src="{{ assets.glue }}"></script>
-->
{% endblock body %}

View File

@ -96,7 +96,6 @@ export const index = () => {
element.appendChild(proof);
element.appendChild(proofText);
document.getElementById("submission-proof").appendChild(element);
document.getElementById("winner-instructions").style.display = "block";
}
};