remove unused delete functions
This commit is contained in:
parent
b396134bea
commit
bf6ed0fd45
@ -176,21 +176,3 @@ async function loadServers() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// #endregion
|
// #endregion
|
||||||
|
|
||||||
// #region Server Deletion
|
|
||||||
|
|
||||||
$("#deleteSelectedServerBtn").on("click", async function() {
|
|
||||||
await confirmationModal(
|
|
||||||
"Delete Server Data?",
|
|
||||||
"All related items will be erased, are you sure? (Only the owner can confirm)",
|
|
||||||
"warning",
|
|
||||||
deleteSelectedServer,
|
|
||||||
null
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
async function deleteSelectedServer() {
|
|
||||||
alert("not implemented");
|
|
||||||
}
|
|
||||||
|
|
||||||
// #endregion
|
|
Loading…
x
Reference in New Issue
Block a user