Emit an event if nothing happens so we can use other things here.
This commit is contained in:
parent
e31c87c471
commit
ba8997beea
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue