lucky i am

This commit is contained in:
Aevann1 2022-03-24 04:29:06 +02:00
parent e432a14679
commit a76f2f3966
2 changed files with 3 additions and 2 deletions

View file

@ -79,7 +79,8 @@ function send() {
function quote(t) {
textbox.style.height = '80px'
textbox.value = '> ' + t.previousElementSibling.innerHTML + '\n\n'
text = t.previousElementSibling.innerHTML.replace(/>/g, ">").replace(/\n/g, "\n>")
textbox.value = '> ' + text + '\n\n'
textbox.focus()
}

View file

@ -81,7 +81,7 @@
<input id="vid" type="hidden" value="{{v.id}}">
<input id="site_name" type="hidden" value="{{SITE_NAME}}">
<script data-cfasync="false" src="/assets/js/chat.js?v=25"></script>
<script data-cfasync="false" src="/assets/js/chat.js?v=26"></script>
<style>
#chat-window {