From 5dc264e08253c3a97ea41d1fde5fbf3f33dd6591 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 24 Aug 2024 13:03:50 -0700 Subject: bring in jQuery, build with Vite --- static/index.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 static/index.js (limited to 'static/index.js') diff --git a/static/index.js b/static/index.js deleted file mode 100644 index ad39c4f..0000000 --- a/static/index.js +++ /dev/null @@ -1,12 +0,0 @@ -window.onload = () => { - const ws = new WebSocket("/ws"); - ws.onopen = () => { - console.log("connected"); - }; - ws.onmessage = (e) => { - console.log(e); - }; - ws.onclose = (e) => { - console.log("disconnected", e); - }; -}; -- cgit v1.3