chat
This commit is contained in:
parent
a76f2f3966
commit
78bafd0f2b
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ function send() {
|
||||||
function quote(t) {
|
function quote(t) {
|
||||||
textbox.style.height = '80px'
|
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'
|
textbox.value = '> ' + text + '\n\n@' + t.parentElement.previousElementSibling.innerHTML + ' '
|
||||||
textbox.focus()
|
textbox.focus()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<input id="vid" type="hidden" value="{{v.id}}">
|
<input id="vid" type="hidden" value="{{v.id}}">
|
||||||
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
|
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
|
||||||
|
|
||||||
<script data-cfasync="false" src="/assets/js/chat.js?v=26"></script>
|
<script data-cfasync="false" src="/assets/js/chat.js?v=27"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#chat-window {
|
#chat-window {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue