added event for selected server change

This commit is contained in:
Corban-Lee Jones 2024-04-24 15:57:27 +01:00
parent c788cedb7a
commit 87170792c1

View File

@ -190,6 +190,8 @@ function selectServer(primaryKey) {
$("#noSelectedServer").hide();
$("#selectedServerContainer").show();
$(document).trigger("selectedServerChange");
}
$("#deleteSelectedServerBtn").on("click", async function() {