remotes/1693045480750635534/spooky-22
Aevann1 2022-03-24 03:59:31 +02:00
parent 07991d2c6d
commit 9c53daf610
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
<a href="" class="font-weight-bold text-black userlink" target="_blank"></a>
<div style="overflow:hidden">
<span class="chat-message text-black text-break"></span>
<span class="text d-none"></span>
<button class="quote-btn btn d-inline-block pt-0" onclick="quote2()"><i class="fas fa-reply" aria-hidden="true"></i></button>
<input type="hidden" class="text">
<button class="quote-btn btn d-inline-block pt-0" onclick="quote(this.previousSibling.value)"><i class="fas fa-reply" aria-hidden="true"></i></button>
</div>
</div>
</div>
@ -79,7 +79,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=22"></script>
<script data-cfasync="false" src="/assets/js/chat.js?v=23"></script>
<style>
#chat-window {