This commit is contained in:
kek7198 2022-01-02 23:06:42 -06:00
parent 02723f1771
commit b5edb59f8f
2 changed files with 2 additions and 2 deletions

View file

@ -252,7 +252,7 @@ messageModal.addEventListener('hidden.bs.modal', function (event) {
// Message input box
const modalBodyInput = messageModal.querySelector('.modal-body textarea')
// Clear the message
modalInput.value = '';
modalBodyInput.value = '';
})
// Send coins

View file

@ -357,7 +357,7 @@
}
</script>
{% endif %}
<script src="/static/assets/CHRISTMAS/js/default.js?a=6"></script>
<script src="/static/assets/CHRISTMAS/js/default.js?a=7"></script>
</body>
</html>