xzc
This commit is contained in:
parent
8034683ecc
commit
d34bd96091
2 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ function openReplyBox(id) {
|
||||||
if (text)
|
if (text)
|
||||||
{
|
{
|
||||||
text = text.replace(/\n\n/g,"\n\n>")
|
text = text.replace(/\n\n/g,"\n\n>")
|
||||||
if (!text.endsWith('\n\n')) text += '\n\n'
|
|
||||||
text = text.replace(/\n\n>\n\n/g,"\n\n")
|
text = text.replace(/\n\n>\n\n/g,"\n\n")
|
||||||
|
if (!text.endsWith('\n\n')) text += '\n\n'
|
||||||
textarea.value = `>${text}`
|
textarea.value = `>${text}`
|
||||||
}
|
}
|
||||||
element.classList.remove('d-none')
|
element.classList.remove('d-none')
|
||||||
|
|
|
@ -864,7 +864,7 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<script src="/static/assets/js/marked.js?a=220"></script>
|
<script src="/static/assets/js/marked.js?a=220"></script>
|
||||||
<script src="/static/assets/js/comments_v.js?a=224"></script>
|
<script src="/static/assets/js/comments_v.js?a=225"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<script src="/static/assets/js/clipboard.js?a=220"></script>
|
<script src="/static/assets/js/clipboard.js?a=220"></script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue