This commit is contained in:
kek7198 2022-01-04 09:18:36 -06:00
parent 83bc8cf7e7
commit e4fe7fc3d2
3 changed files with 3 additions and 3 deletions

View file

@ -303,7 +303,7 @@ messageModal.addEventListener('show.bs.modal', function (event) {
// Update the modal's content. // Update the modal's content.
const modalTitle = messageModal.querySelector('.modal-title'); const modalTitle = messageModal.querySelector('.modal-title');
// Set our form's action // Set our form's action
form.action = `/@${recipient}/message` form.action = `/@${recipient}/message2`
// Set our modal header text // Set our modal header text
modalTitle.textContent = 'New message to ' + recipient modalTitle.textContent = 'New message to ' + recipient

View file

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

View file

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