remove debug
This commit is contained in:
parent
2280c2913f
commit
203bdd938b
@ -78,10 +78,9 @@
|
||||
|
||||
{{if .premium}}
|
||||
<script>
|
||||
//ws = new WebSocket("wss://panel.ticketsbot.net/webchat");
|
||||
ws = new WebSocket("ws://localhost:3000/webchat");
|
||||
let ws = new WebSocket("wss://panel.ticketsbot.net/webchat");
|
||||
|
||||
ws.onopen = (evt) => {
|
||||
ws.onopen = () => {
|
||||
ws.send(JSON.stringify({
|
||||
"type": "auth",
|
||||
"data": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user