From 611a1c3478169ae196bf20bb1e23135486b9a73d Mon Sep 17 00:00:00 2001 From: Kresna Date: Fri, 20 May 2022 04:59:55 +0800 Subject: [PATCH] chore(examples/socket.io-chat-app): use vanilla JS instead of jquery for DOM manipulation (#428) --- examples/socket.io-chat-app/index.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/examples/socket.io-chat-app/index.html b/examples/socket.io-chat-app/index.html index f2ad7b80..8503116f 100644 --- a/examples/socket.io-chat-app/index.html +++ b/examples/socket.io-chat-app/index.html @@ -24,21 +24,18 @@ -