Emit an event if nothing happens so we can use other things here.

This commit is contained in:
city-unit 2023-08-21 00:43:41 -04:00
parent e31c87c471
commit ba8997beea
1 changed files with 2 additions and 0 deletions

View File

@ -9028,6 +9028,8 @@ $(document).ready(function () {
OF THE CHARACTER'S CHAT FILES.<br><br></b>`
);
break;*/
default:
eventSource.emit('charManagementDropdown', target);
}
$("#char-management-dropdown").prop('selectedIndex', 0);
});