Maybe fix
This commit is contained in:
parent
bdf0f20be5
commit
66285b7731
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import moment from "https://jspm.dev/moment"
|
import moment from "https://jspm.dev/moment"
|
||||||
import { io } from "https://cdn.socket.io/4.3.2/socket.io.esm.min.js"
|
import { io } from "https://cdn.socket.io/4.3.2/socket.io.esm.min.js"
|
||||||
const socket = io("/", { path: "/foo" })
|
const socket = io("https://chat.henryhiles.com", { path: "/foo" })
|
||||||
const messageButton = document.querySelector("#send")
|
const messageButton = document.querySelector("#send")
|
||||||
const menuButton = document.querySelector("#menu")
|
const menuButton = document.querySelector("#menu")
|
||||||
const nameButton = document.querySelector("#name")
|
const nameButton = document.querySelector("#name")
|
||||||
|
|
Reference in a new issue