diff --git a/apps/home/static/home/js/servers.js b/apps/home/static/home/js/servers.js index 45ae5b1..b994220 100644 --- a/apps/home/static/home/js/servers.js +++ b/apps/home/static/home/js/servers.js @@ -176,21 +176,3 @@ async function loadServers() { } // #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 \ No newline at end of file