fix
This commit is contained in:
parent
02723f1771
commit
b5edb59f8f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue