remove debug
This commit is contained in:
parent
2280c2913f
commit
203bdd938b
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user