From ba8997beeaea40b689319c2baad608ed0d4079a3 Mon Sep 17 00:00:00 2001
From: city-unit <140349364+city-unit@users.noreply.github.com>
Date: Mon, 21 Aug 2023 00:43:41 -0400
Subject: [PATCH] Emit an event if nothing happens so we can use other things
here.
---
public/script.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/public/script.js b/public/script.js
index e2aa3da72..5c7bacb31 100644
--- a/public/script.js
+++ b/public/script.js
@@ -9028,6 +9028,8 @@ $(document).ready(function () {
OF THE CHARACTER'S CHAT FILES.
`
);
break;*/
+ default:
+ eventSource.emit('charManagementDropdown', target);
}
$("#char-management-dropdown").prop('selectedIndex', 0);
});