rework config system

This commit is contained in:
2025-02-19 16:55:45 +03:00
parent c420f643b7
commit c282c6b597
12 changed files with 85 additions and 56 deletions

View File

@@ -44,9 +44,6 @@ $(document).ready(async () => {
await onFetchMessageButtonClick();
socket.onmessage = message => {
try {
message = JSON.parse(message.data)