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