gf
This commit is contained in:
parent
0b049456db
commit
dc0188b903
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ function send() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function quote(t) {
|
function quote(t) {
|
||||||
textbox.style.height = '50px'
|
textbox.style.height = '80px'
|
||||||
text = t.previousElementSibling.innerHTML.replace(/>/g, ">").replace(/\n/g, "\n>")
|
text = t.previousElementSibling.innerHTML.replace(/>/g, ">").replace(/\n/g, "\n>")
|
||||||
textbox.value = '> ' + text + '\n\n@' + t.parentElement.previousElementSibling.innerHTML + ' '
|
textbox.value = '> ' + text + '\n\n@' + t.parentElement.previousElementSibling.innerHTML + ' '
|
||||||
textbox.focus()
|
textbox.focus()
|
||||||
|
|
|
@ -159,7 +159,7 @@
|
||||||
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
|
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
|
||||||
<input id="slurreplacer" type="hidden" value="{{v.slurreplacer}}">
|
<input id="slurreplacer" type="hidden" value="{{v.slurreplacer}}">
|
||||||
|
|
||||||
<script data-cfasync="false" src="/chat.js?v=5"></script>
|
<script data-cfasync="false" src="/chat.js?v=6"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
box.scrollTo(0, box.scrollHeight)
|
box.scrollTo(0, box.scrollHeight)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue