remove debug

This commit is contained in:
Dot-Rar 2020-03-05 16:42:18 +00:00
parent 2280c2913f
commit 203bdd938b

View File

@ -78,10 +78,9 @@
{{if .premium}} {{if .premium}}
<script> <script>
//ws = new WebSocket("wss://panel.ticketsbot.net/webchat"); let ws = new WebSocket("wss://panel.ticketsbot.net/webchat");
ws = new WebSocket("ws://localhost:3000/webchat");
ws.onopen = (evt) => { ws.onopen = () => {
ws.send(JSON.stringify({ ws.send(JSON.stringify({
"type": "auth", "type": "auth",
"data": { "data": {