From 2924c81e4fdff0ac0ccd0aa627d97b51feaf435d Mon Sep 17 00:00:00 2001
From: Bigbang <88898639+sheepblueblue@users.noreply.github.com>
Date: Fri, 3 Dec 2021 11:35:54 +0800
Subject: [PATCH] fix resize event error when websocket closed (#1970)
---
.../main/resources/com/taobao/arthas/core/http/index.html | 8 +++++---
tunnel-server/src/main/resources/static/index.html | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/core/src/main/resources/com/taobao/arthas/core/http/index.html b/core/src/main/resources/com/taobao/arthas/core/http/index.html
index db75acae1..1b1628d68 100644
--- a/core/src/main/resources/com/taobao/arthas/core/http/index.html
+++ b/core/src/main/resources/com/taobao/arthas/core/http/index.html
@@ -18,9 +18,11 @@
diff --git a/tunnel-server/src/main/resources/static/index.html b/tunnel-server/src/main/resources/static/index.html
index 4ac11f30f..d559b1e16 100644
--- a/tunnel-server/src/main/resources/static/index.html
+++ b/tunnel-server/src/main/resources/static/index.html
@@ -18,9 +18,11 @@