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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue