diff --git a/gui/preload-chat.js b/gui/preload-chat.js index 1a8bdbd2..17b389c9 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -1875,11 +1875,9 @@ async function updateAllChat(clear) { }) .then(async function (result) { // handle result async - //document.getElementById("blurOverlay").classList.add("bg-primary"); - document.getElementById("blurOverlay").style.webkitFilter = "blur(10px)"; - - - + //document.getElementById("blurOverlay").classList.add("bg-primary"); + document.getElementById("blurOverlay").style.webkitFilter = + "blur(10px)"; if (typeof result !== "undefined") { for (const item of result.docs) { @@ -1894,14 +1892,13 @@ async function updateAllChat(clear) { } } - document.getElementById("blurOverlay").style.webkitFilter = "blur(0px)"; - - } - ) + document.getElementById("blurOverlay").style.webkitFilter = + "blur(0px)"; + }) .catch(function (err) { console.log(err); - document.getElementById("blurOverlay").style.webkitFilter = "blur(0px)"; - + document.getElementById("blurOverlay").style.webkitFilter = + "blur(0px)"; }); }) .catch(function (err) { diff --git a/gui/src/chat-module.html b/gui/src/chat-module.html index 8e0ea4f7..b19a897e 100644 --- a/gui/src/chat-module.html +++ b/gui/src/chat-module.html @@ -47,671 +47,671 @@ >
- -
-
-
- -
-
- - - - - -
-
-
-
-
-
-
-
- -
-
- - - - - - - - - - - -
-
-
- -
- - -
- -
- - - -
- - -
- -
- - - -
- +
-
-
-
-
- - -