fix
This commit is contained in:
parent
83bc8cf7e7
commit
e4fe7fc3d2
3 changed files with 3 additions and 3 deletions
|
@ -303,7 +303,7 @@ messageModal.addEventListener('show.bs.modal', function (event) {
|
|||
// Update the modal's content.
|
||||
const modalTitle = messageModal.querySelector('.modal-title');
|
||||
// Set our form's action
|
||||
form.action = `/@${recipient}/message`
|
||||
form.action = `/@${recipient}/message2`
|
||||
// Set our modal header text
|
||||
modalTitle.textContent = 'New message to ' + recipient
|
||||
|
||||
|
|
|
@ -357,7 +357,7 @@
|
|||
}
|
||||
</script>
|
||||
{% endif %}
|
||||
<script src="/static/assets/CHRISTMAS/js/default.js?a=39"></script>
|
||||
<script src="/static/assets/CHRISTMAS/js/default.js?a=40"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -237,6 +237,6 @@
|
|||
|
||||
{% endif %}
|
||||
|
||||
<script src="/assets/CHRISTMAS/js/default.js?a=39"></script>
|
||||
<script src="/assets/CHRISTMAS/js/default.js?a=40"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue